File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ before_script:
1111 - cd test/integration/
1212
1313
14- script : php codecept.phar run
14+ script : php codecept.phar run -d
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ private function init ()
6161 }
6262
6363 if (! is_dir ($ this ->referenceImageDir )) {
64+ $ this ->debug ("Creating directory: $ this ->referenceImageDir " );
6465 mkdir ($ this ->referenceImageDir , 0666 , true );
6566 }
6667 }
@@ -116,6 +117,7 @@ private function getScreenshotPath ($identifier)
116117 {
117118 $ debugDir = \Codeception \Configuration::logDir () . 'debug/tmp/ ' ;
118119 if (! is_dir ($ debugDir )) {
120+ $ this ->debug ("Creating directory: $ debugDir " );
119121 mkdir ($ debugDir , 0666 , true );
120122 }
121123 return $ debugDir . $ this ->getScreenshotName ($ identifier );
You can’t perform that action at this time.
0 commit comments