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 76bfbc0 + 9da35e5 commit 1ed90d4Copy full SHA for 1ed90d4
module/VisualCeption.php
@@ -1,3 +1,4 @@
1
+<<<<<<< HEAD
2
<?php
3
4
namespace Codeception\Module;
@@ -34,7 +35,7 @@ private function init ()
34
35
}
36
37
if (! is_dir($this->referenceImageDir)) {
- mkdir($this->referenceImageDir, 0777);
38
+ mkdir($this->referenceImageDir, 0666);
39
40
41
@@ -68,7 +69,7 @@ private function getScreenshotPath ($identifier)
68
69
{
70
$debugDir = \Codeception\Configuration::logDir() . 'debug/tmp/';
71
if (! is_dir($debugDir)) {
- mkdir($debugDir, 0777);
72
+ mkdir($debugDir, 0666);
73
74
return $debugDir . $this->getScreenshotName($identifier);
75
0 commit comments