单元测试修正

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

@@ -25,7 +25,7 @@ class Make extends Command
}
if (!is_dir(dirname($file))) {
mkdir(strtolower(dirname($file)), 0644, true);
mkdir(strtolower(dirname($file)), 0755, true);
}
file_put_contents($file, $content);