We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7726bf commit 9b5ca35Copy full SHA for 9b5ca35
tests/GH-225.phpt
@@ -6,6 +6,10 @@ GH-225 - SaveConfig tries to overwrite readonly property
6
<?php
7
namespace phpdotnet\phd;
8
9
+if (!\file_exists(__DIR__ . "./output/")) {
10
+ \mkdir(__DIR__ . "./output/", 0777, true);
11
+}
12
+
13
if (\file_exists(__DIR__ . "/../phd.config.php")) {
14
\unlink(__DIR__ . "/../phd.config.php");
15
}
0 commit comments