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 b3b53b6 commit afd6791Copy full SHA for afd6791
tests/bootstrap.php
@@ -6,3 +6,8 @@
6
require_once __DIR__ . '/mock/SPC_store.php';
7
8
\SPC\util\AttributeMapper::init();
9
+
10
+$log_dir = SPC_LOGS_DIR;
11
+if (!file_exists($log_dir)) {
12
+ mkdir($log_dir, 0755, true);
13
+}
0 commit comments