修正错误

This commit is contained in:
thinkphp
2016-01-20 20:39:38 +08:00
parent 411df30e57
commit 17e0797407

View File

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