[Nostromo] PSR-2

This commit is contained in:
Andrés Montañez
2017-01-01 01:34:14 -03:00
parent d8cd3b4058
commit f472084829
6 changed files with 82 additions and 87 deletions
@@ -1,7 +1,6 @@
<?php
namespace Mage\Tests\Command\BuiltIn;
use Mage\Command\BuiltIn\VersionCommand;
use Mage\Command\AbstractCommand;
use Mage\Tests\MageTestApplication;
@@ -27,4 +26,4 @@ class VersionCommandTest extends TestCase
$output = trim($tester->getDisplay());
$this->assertEquals(sprintf('Magallanes v%s [%s]', Mage::VERSION, Mage::CODENAME), $output);
}
}
}