mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正单元测试
This commit is contained in:
@@ -42,6 +42,7 @@ return [
|
||||
'think\exception\ErrorException' => CORE_PATH . 'exception' . DS . 'ErrorException' . EXT,
|
||||
'think\exception\DbBindParamException' => CORE_PATH . 'exception' . DS . 'DbBindParamException' . EXT,
|
||||
'think\exception\NotFoundException' => CORE_PATH . 'exception' . DS . 'NotFoundException' . EXT,
|
||||
'think\File' => CORE_PATH . 'File' . EXT,
|
||||
'think\Hook' => CORE_PATH . 'Hook' . EXT,
|
||||
'think\Input' => CORE_PATH . 'Input' . EXT,
|
||||
'think\Lang' => CORE_PATH . 'Lang' . EXT,
|
||||
|
||||
Reference in New Issue
Block a user