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_';