mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
修复单元测试
This commit is contained in:
@@ -15,7 +15,7 @@ date_default_timezone_set('UTC');
|
||||
// 定义项目测试基础路径
|
||||
define('TEST_PATH', __DIR__ . '/');
|
||||
// 定义项目路径
|
||||
define('APP_PATH', __DIR__ . '/../../application/');
|
||||
define('APP_PATH', __DIR__ . '/application/');
|
||||
// 开启调试模式
|
||||
define('APP_DEBUG', true);
|
||||
// 关闭应用自动执行
|
||||
|
||||
Reference in New Issue
Block a user