mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正错误
This commit is contained in:
@@ -46,7 +46,7 @@ class configTest extends \PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
public function testLoad()
|
public function testLoad()
|
||||||
{
|
{
|
||||||
$file = include APP_PATH . 'config' . EXT;
|
$file = APP_PATH . 'config' . EXT;
|
||||||
$config = array_change_key_case(include $file);
|
$config = array_change_key_case(include $file);
|
||||||
$name = '_name_';
|
$name = '_name_';
|
||||||
$range = '_test_';
|
$range = '_test_';
|
||||||
|
|||||||
Reference in New Issue
Block a user