diff --git a/tests/thinkphp/baseTest.php b/tests/thinkphp/baseTest.php index a56c7ccd..85f63a2e 100644 --- a/tests/thinkphp/baseTest.php +++ b/tests/thinkphp/baseTest.php @@ -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);