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 c8e6060 commit b582382Copy full SHA for b582382
test/bootstrap.php
@@ -3,6 +3,9 @@
3
// start the PHP session
4
ob_start();
5
6
+// increase the php memory limit for testing
7
+ini_set('memory_limit', '512M');
8
+
9
// paths
10
$baseDir = realpath(__DIR__ . "/../");
11
$pwDir = realpath($baseDir . "/vendor/processwire/processwire/");
0 commit comments