修正单元测试

This commit is contained in:
thinkphp
2016-06-29 22:24:56 +08:00
parent 1a91aaa882
commit da7ec5713b
5 changed files with 18 additions and 6 deletions

View File

@@ -150,7 +150,8 @@ return [
// | Trace设置
// +----------------------------------------------------------------------
'trace' => [
'type' => 'Html' //支持Html,Console 设为false则不显示
//支持Html,Console 设为false则不显示
'type' => false,
],
// +----------------------------------------------------------------------