setting constant in phpunit config

This commit is contained in:
Claudio Zizza
2015-01-02 16:24:25 +01:00
parent 17907235ac
commit ee6c3858ac
2 changed files with 4 additions and 1 deletions
@@ -13,7 +13,6 @@ class VersionCommandTest extends PHPUnit_Framework_TestCase
{
public function testRun()
{
define('MAGALLANES_VERSION', '1');
$this->workAroundStatic();
$command = new VersionCommand();
$command->run();