mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正单元测试mock
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user