We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef979f6 + 31013ed commit 9da35e5Copy full SHA for 9da35e5
module/VisualCeption.php
@@ -33,7 +33,7 @@ private function init ()
33
}
34
35
if (! is_dir($this->referenceImageDir)) {
36
- mkdir($this->referenceImageDir, 0777);
+ mkdir($this->referenceImageDir, 0666);
37
38
39
@@ -62,7 +62,7 @@ private function getScreenshotPath ($identifier)
62
{
63
$debugDir = \Codeception\Configuration::logDir() . 'debug/tmp/';
64
if (! is_dir($debugDir)) {
65
- mkdir($debugDir, 0777);
+ mkdir($debugDir, 0666);
66
67
return $debugDir . $this->getScreenshotName($identifier);
68
0 commit comments