From 06246e380cb92da77059dee80eafda82d7204959 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Fri, 2 Jan 2015 16:24:25 +0100 Subject: [PATCH] setting constant in phpunit config --- tests/MageTest/Command/BuildIn/VersionCommandTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/MageTest/Command/BuildIn/VersionCommandTest.php b/tests/MageTest/Command/BuildIn/VersionCommandTest.php index 4b3f1bf..6002d5a 100644 --- a/tests/MageTest/Command/BuildIn/VersionCommandTest.php +++ b/tests/MageTest/Command/BuildIn/VersionCommandTest.php @@ -13,7 +13,6 @@ class VersionCommandTest extends PHPUnit_Framework_TestCase { public function testRun() { - define('MAGALLANES_VERSION', '1'); $this->workAroundStatic(); $command = new VersionCommand(); $command->run();