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 3f02cce commit 525057eCopy full SHA for 525057e
1 file changed
phpunit.xml
@@ -6,6 +6,9 @@
6
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
7
displayDetailsOnIncompleteTests="true"
8
cacheDirectory=".phpunit.cache"
9
+ failOnPhpunitNotice="true"
10
+ displayDetailsOnPhpunitNotices="true"
11
+ displayDetailsOnTestsThatTriggerNotices="true"
12
>
13
<testsuite name="all">
14
<directory>tests</directory>
0 commit comments