diff --git a/tests/MageTest/Command/BuildIn/VersionCommandTest.php b/tests/MageTest/Command/BuildIn/VersionCommandTest.php index 6002d5a..a607cae 100644 --- a/tests/MageTest/Command/BuildIn/VersionCommandTest.php +++ b/tests/MageTest/Command/BuildIn/VersionCommandTest.php @@ -17,7 +17,7 @@ class VersionCommandTest extends PHPUnit_Framework_TestCase $command = new VersionCommand(); $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)); } /**