Browse Source

setting constant in phpunit config

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

1
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();

Loading…
Cancel
Save