From ec6617dc154313597432db40c24b3673146a69da Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 14 Jun 2016 18:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/thinkphp/library/think/routeTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/thinkphp/library/think/routeTest.php b/tests/thinkphp/library/think/routeTest.php index f3222c8d..1ca2afdb 100644 --- a/tests/thinkphp/library/think/routeTest.php +++ b/tests/thinkphp/library/think/routeTest.php @@ -18,6 +18,7 @@ namespace tests\thinkphp\library\think; use think\Request; use think\Route; +use think\Config; class routeTest extends \PHPUnit_Framework_TestCase {