Fix: Use enforceTimeLimit instead of beStrictAboutTestSize (#212)

This commit is contained in:
Andreas Möller 2018-01-31 19:32:18 +01:00 committed by Arkadiusz Kondas
parent 498937cf64
commit e17016de71
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestSize="true"
beStrictAboutChangesToGlobalState="true"
enforceTimeLimit="true"
>
<testsuite name="PHP-ML Test Suite">
<directory>tests/*</directory>