Browse Source

constant usage removed in VersionCommandTest

1.0
Claudio Zizza 10 years ago committed by Claudio Zizza
parent
commit
c40eb59219
  1. 2
      tests/MageTest/Command/BuildIn/VersionCommandTest.php

2
tests/MageTest/Command/BuildIn/VersionCommandTest.php

@ -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));
} }
/** /**

Loading…
Cancel
Save