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.
1 parent dbe9f03 commit ba4a57bCopy full SHA for ba4a57b
1 file changed
tests/bootstrap.php
@@ -16,7 +16,8 @@
16
17
// create temporary directory
18
define('TEMP_DIR', __DIR__ . '/tmp');
19
-@mkdir(TEMP_DIR); // @ - directory may already exist
+@mkdir(dirname(TEMP_DIR));
20
+@mkdir(TEMP_DIR);
21
22
23
function before(\Closure $function = NULL)
0 commit comments