Skip to content

Commit b582382

Browse files
committed
Increase the memory limit for testing.
1 parent c8e6060 commit b582382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// start the PHP session
44
ob_start();
55

6+
// increase the php memory limit for testing
7+
ini_set('memory_limit', '512M');
8+
69
// paths
710
$baseDir = realpath(__DIR__ . "/../");
811
$pwDir = realpath($baseDir . "/vendor/processwire/processwire/");

0 commit comments

Comments
 (0)