1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

setting constant in phpunit config

This commit is contained in:
Claudio Zizza 2015-01-02 16:24:25 +01:00 committed by Claudio Zizza
parent 9711908063
commit 06246e380c

View File

@ -13,7 +13,6 @@ class VersionCommandTest extends PHPUnit_Framework_TestCase
{
public function testRun()
{
define('MAGALLANES_VERSION', '1');
$this->workAroundStatic();
$command = new VersionCommand();
$command->run();