修复单元测试

This commit is contained in:
7IN0SAN9
2016-03-24 15:27:32 +08:00
parent 5a73a0b5ea
commit 353ba79f8c
9 changed files with 105 additions and 11 deletions

View File

@@ -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);
// 关闭应用自动执行