增加Log类测试

This commit is contained in:
thinkphp
2016-02-29 10:29:52 +08:00
parent e7ed4be654
commit 9496e4a42e
8 changed files with 108 additions and 37 deletions

View File

@@ -29,7 +29,7 @@ class Sae
* 日志写入接口
* @access public
* @param array $log 日志信息
* @return void
* @return bool
*/
public function save(array $log = [])
{
@@ -73,7 +73,7 @@ class Sae
if ($is_debug) {
sae_set_display_errors(true);
}
return true;
}
}