mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-04-07 18:51:51 +00:00
Fix: Use enforceTimeLimit instead of beStrictAboutTestSize (#212)
This commit is contained in:
parent
498937cf64
commit
e17016de71
@ -5,8 +5,8 @@
|
|||||||
colors="true"
|
colors="true"
|
||||||
beStrictAboutTestsThatDoNotTestAnything="true"
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||||
beStrictAboutOutputDuringTests="true"
|
beStrictAboutOutputDuringTests="true"
|
||||||
beStrictAboutTestSize="true"
|
|
||||||
beStrictAboutChangesToGlobalState="true"
|
beStrictAboutChangesToGlobalState="true"
|
||||||
|
enforceTimeLimit="true"
|
||||||
>
|
>
|
||||||
<testsuite name="PHP-ML Test Suite">
|
<testsuite name="PHP-ML Test Suite">
|
||||||
<directory>tests/*</directory>
|
<directory>tests/*</directory>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user