修正单元测试

This commit is contained in:
thinkphp
2016-05-24 22:16:51 +08:00
parent fb09cad6de
commit 53c3312b02

View File

@@ -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);