We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4b734 commit 842c4c4Copy full SHA for 842c4c4
1 file changed
tests/testsuite/config.php.testsuite
@@ -6,7 +6,8 @@
6
const FRONTENDDIR = __DIR__ . "/frontend/";
7
const DBPATH = __DIR__ . "/db/solid.db";
8
const CLEANUP_FILE = __DIR__ . "/db/lastcleanup";
9
-
+ const PODPRO_COMPATIBILITY = false;
10
+
11
const MAILER = [
12
"host" => "mailpit",
13
"port" => 1025,
0 commit comments