From 53c3312b0282ab38864de0fc962213fde02b3b5c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 24 May 2016 22:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/baseTest.php | 1 - 1 file changed, 1 deletion(-) 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);