Browse Source

[Nostromo] SensioLabs Insights

pull/1/head
Andrés Montañez 8 years ago
parent
commit
55d72d4306
  1. 2
      phpunit.xml.dist
  2. 1
      src/Mage/Command/AbstractCommand.php

2
phpunit.xml.dist

@ -34,4 +34,4 @@
</exclude>
</whitelist>
</filter>
</phpunit>
</phpunit>

1
src/Mage/Command/AbstractCommand.php

@ -11,7 +11,6 @@
namespace Mage\Command;
use Mage\Runtime\Runtime;
use Psr\Log\LoggerInterface;
use Psr\Log\LogLevel;
use Symfony\Component\Console\Command\Command;

Loading…
Cancel
Save