constant usage removed in VersionCommandTest

This commit is contained in:
Claudio Zizza
2015-03-11 21:47:30 +01:00
committed by Claudio Zizza
parent 06246e380c
commit 2d81e6c7ec
@@ -17,7 +17,7 @@ class VersionCommandTest extends PHPUnit_Framework_TestCase
$command = new VersionCommand(); $command = new VersionCommand();
$command->run(); $command->run();
$this->expectOutputString('Running Magallanes version ' . MAGALLANES_VERSION . str_repeat(PHP_EOL, 2)); $this->expectOutputString('Running Magallanes version 2' . str_repeat(PHP_EOL, 2));
} }
/** /**