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