mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正 fixtures
This commit is contained in:
@@ -19,7 +19,7 @@ $_SERVER['REQUEST_METHOD'] = 'GET';
|
||||
define('TEST_PATH', __DIR__ . '/');
|
||||
|
||||
// 定义项目路径
|
||||
define('APP_PATH', __DIR__ . '/fixtures/');
|
||||
define('APP_PATH', __DIR__ . '/../../application/');
|
||||
// 开启调试模式
|
||||
define('APP_DEBUG', true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user