Skip to content

Commit fea99e1

Browse files
author
Agustin Cisneros
committed
Fix phpunit property in the configuration file
beStrictAboutTestSize is replaced by enforceTimeLimit
1 parent 4910046 commit fea99e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
colors="true"
44
beStrictAboutTestsThatDoNotTestAnything="true"
55
beStrictAboutOutputDuringTests="true"
6-
beStrictAboutTestSize="true"
6+
enforceTimeLimit="true"
77
beStrictAboutChangesToGlobalState="true">
88
<testsuites>
99
<testsuite name="phpBootstrap">

0 commit comments

Comments
 (0)