We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0306130 commit 72ab867Copy full SHA for 72ab867
phpunit.xml
@@ -2,6 +2,8 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="phpunit.xsd"
4
bootstrap="tests/bootstrap.php"
5
+ cacheResultFile=".phpunit.cache/test-results"
6
+ beStrictAboutOutputDuringTests="true"
7
convertDeprecationsToExceptions="true"
8
colors="true"
9
verbose="true">
0 commit comments