mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正单元测试
This commit is contained in:
@@ -39,7 +39,6 @@ class baseTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertNotEmpty(VIEW_LAYER);
|
||||
$this->assertNotEmpty(CONTROLLER_LAYER);
|
||||
$this->assertTrue(is_bool(APP_DEBUG));
|
||||
$this->assertTrue(is_bool(APP_HOOK));
|
||||
$this->assertNotEmpty(ENV_PREFIX);
|
||||
$this->assertTrue(is_bool(IS_API));
|
||||
$this->assertNotEmpty(APP_MODE);
|
||||
|
||||
Reference in New Issue
Block a user