mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
单元测试修正
This commit is contained in:
@@ -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} 创建失败!";
|
||||
|
||||
Reference in New Issue
Block a user