调整Config相关单元测试用例

This commit is contained in:
Gaozhen Ying
2017-09-07 21:48:29 +08:00
committed by ThinkPHP
parent 45268eeba3
commit 627cfe5616
6 changed files with 92 additions and 50 deletions

View File

@@ -17,6 +17,7 @@
namespace tests\thinkphp\library\think;
use ReflectionClass;
use think\Config;
use think\Controller;
use think\Request;
use think\View;