单元测试修正

This commit is contained in:
thinkphp
2016-07-13 21:22:13 +08:00
parent f8143dcdb2
commit 4a1474bacf
4 changed files with 6 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ class File extends SplFileObject
return true;
}
if (mkdir($path, 0666, true)) {
if (mkdir($path, 0755, true)) {
return true;
} else {
$this->error = "目录 {$path} 创建失败!";