From e17016de71ed9a56f0b4d00c28c398d89498648a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 31 Jan 2018 19:32:18 +0100 Subject: [PATCH] Fix: Use enforceTimeLimit instead of beStrictAboutTestSize (#212) --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 75520cc..4a74eb6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -5,8 +5,8 @@ colors="true" beStrictAboutTestsThatDoNotTestAnything="true" beStrictAboutOutputDuringTests="true" - beStrictAboutTestSize="true" beStrictAboutChangesToGlobalState="true" + enforceTimeLimit="true" > tests/*