From eb70f17a9a28ca910dc1c11880551d8fdf94d846 Mon Sep 17 00:00:00 2001 From: Sara Itani Date: Wed, 1 Mar 2017 16:43:25 -0800 Subject: [PATCH] Enforce memory limit in phpunit.xml This will help highlight memory regressions, make it easier for newcomers to get started with the codebase w/o editing php.ini defaults (128M), and also keep things consistent between local and travis runs. --- phpunit.xml.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4e3f6be..6cd8787 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,4 +11,7 @@ ./src + + +