Skip to content

Commit 72ab867

Browse files
Bring test suite configuration closer to best practice defaults
1 parent 0306130 commit 72ab867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="phpunit.xsd"
44
bootstrap="tests/bootstrap.php"
5+
cacheResultFile=".phpunit.cache/test-results"
6+
beStrictAboutOutputDuringTests="true"
57
convertDeprecationsToExceptions="true"
68
colors="true"
79
verbose="true">

0 commit comments

Comments
 (0)