diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-12 13:35:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-12 13:35:20 +0100 |
commit | f24ef282bb3aa5f9c014aff3439234d6d73837de (patch) | |
tree | 883c2a8815cc8182cb8423e0bc2b1cce05021a0e /tests/Bootstrap.php | |
parent | db037dbd023aeeae6d8643707945882f962b2a44 (diff) |
5.2 tests appear to not have enough memory
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 713c0fdb3..5e4198730 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,4 +1,5 @@ <?php +ini_set('memory_limit', '128M'); // Errors on full! ini_set('display_errors', 1); |