From 17e0797407b0ec41ee1394d883f6442e0e4b3bef Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 20 Jan 2016 20:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/configTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thinkphp/library/think/configTest.php b/tests/thinkphp/library/think/configTest.php index a0167056..e6886861 100644 --- a/tests/thinkphp/library/think/configTest.php +++ b/tests/thinkphp/library/think/configTest.php @@ -46,7 +46,7 @@ class configTest extends \PHPUnit_Framework_TestCase public function testLoad() { - $file = include APP_PATH . 'config' . EXT; + $file = APP_PATH . 'config' . EXT; $config = array_change_key_case(include $file); $name = '_name_'; $range = '_test_';