mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-16 13:50:17 +02:00
constant usage removed in VersionCommandTest
This commit is contained in:
parent
74bb9ad5f7
commit
17b62084cd
@ -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…
Reference in New Issue
Block a user