aboutsummaryrefslogtreecommitdiff
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorПротопопов Валерий <v.protopopov@office.ngs.ru>2017-11-07 11:00:49 +0300
committerПротопопов Валерий <v.protopopov@office.ngs.ru>2017-11-07 11:12:47 +0300
commit5f5c5b124b2c8c7056aac01426d2c249d3f35aff (patch)
treebf288db2713490eb493a6d4834330eace1f0d2f5 /tests/bootstrap.php
parentfb502e2f603cc5a7d0268d281643e37ba8f80196 (diff)
All methods are now static
- Restore original mb_internal_encoding after method call - Add PHPUnit 5.0 to dev-deps - dict.php wrapped into PHPUnit data provider - Increased memory limit for tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php1
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')) {