setting constant in phpunit config

This commit is contained in:
Claudio Zizza
2015-03-11 21:47:30 +01:00
committed by Claudio Zizza
parent 9711908063
commit 06246e380c
@@ -13,7 +13,6 @@ class VersionCommandTest extends PHPUnit_Framework_TestCase
{ {
public function testRun() public function testRun()
{ {
define('MAGALLANES_VERSION', '1');
$this->workAroundStatic(); $this->workAroundStatic();
$command = new VersionCommand(); $command = new VersionCommand();
$command->run(); $command->run();