modified constant definition
This commit is contained in:
@ -70,7 +70,9 @@ class LoadTest extends PHPUnit_Framework_TestCase
|
|||||||
$autoload = require(self::$file);
|
$autoload = require(self::$file);
|
||||||
$this->assertNotEmpty($autoload);
|
$this->assertNotEmpty($autoload);
|
||||||
|
|
||||||
define('DEBUG', true);
|
if(!defined('DEBUG')) {
|
||||||
|
define('DEBUG', true);
|
||||||
|
}
|
||||||
Load::autoload('Func');
|
Load::autoload('Func');
|
||||||
Load::autoload('Captcha');
|
Load::autoload('Captcha');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user