Skip to content

Commit 9b5ca35

Browse files
author
haszi
committed
Fix test
1 parent f7726bf commit 9b5ca35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/GH-225.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ GH-225 - SaveConfig tries to overwrite readonly property
66
<?php
77
namespace phpdotnet\phd;
88

9+
if (!\file_exists(__DIR__ . "./output/")) {
10+
\mkdir(__DIR__ . "./output/", 0777, true);
11+
}
12+
913
if (\file_exists(__DIR__ . "/../phd.config.php")) {
1014
\unlink(__DIR__ . "/../phd.config.php");
1115
}

0 commit comments

Comments
 (0)