From f737bc16180d6128172ca08e9e784d8f880cdfd3 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 25 Mar 2016 23:02:50 +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=95mock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/mock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mock.php b/tests/mock.php index b6cae656..536d559d 100644 --- a/tests/mock.php +++ b/tests/mock.php @@ -20,5 +20,5 @@ define('APP_DEBUG', true); // 关闭应用自动执行 define('APP_AUTO_RUN', false); // 加载框架引导文件 -require __DIR__ . '/../think.php'; +require __DIR__ . '/../start.php'; \think\Loader::addNamespace('tests', TEST_PATH);