diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 8eb3e7a..e22fed2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,5 +1,6 @@ <?php +ini_set('memory_limit', '512M'); $vendorDir = __DIR__ . '/../../..'; if (file_exists($file = $vendorDir . '/autoload.php')) { |