修正单元测试

This commit is contained in:
thinkphp
2016-06-14 18:12:26 +08:00
parent 6fb951a29d
commit ec6617dc15

View File

@@ -18,6 +18,7 @@ namespace tests\thinkphp\library\think;
use think\Request;
use think\Route;
use think\Config;
class routeTest extends \PHPUnit_Framework_TestCase
{