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 a5a1f1a commit 35c0389Copy full SHA for 35c0389
phpunit.xml
@@ -2,9 +2,13 @@
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
4
beStrictAboutChangesToGlobalState="true"
5
+ beStrictAboutOutputDuringTests="true"
6
+ beStrictAboutTodoAnnotatedTests="true"
7
cacheResult="false"
8
colors="true"
9
+ convertDeprecationsToExceptions="true"
10
forceCoversAnnotation="true"
11
+ verbose="true"
12
>
13
<testsuites>
14
<testsuite name="Project Test Suite">
0 commit comments