mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-24 22:07:33 +00:00
Fix: Use enforceTimeLimit instead of beStrictAboutTestSize (#212)
This commit is contained in:
parent
498937cf64
commit
e17016de71
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user