commit | f24ef282bb3aa5f9c014aff3439234d6d73837de | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Mon Jan 12 14:35:20 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Mon Jan 12 14:35:20 2015 +0200 |
tree | 883c2a8815cc8182cb8423e0bc2b1cce05021a0e | |
parent | db037dbd023aeeae6d8643707945882f962b2a44 [diff] |
5.2 tests appear to not have enough memory
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 713c0fd..5e41987 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);