Skip to content

Commit e261769

Browse files
authored
Merge pull request #4 from Aerz/master
Fix phpunit property in the configuration file
2 parents 4910046 + fea99e1 commit e261769

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)