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 f2726f4 commit 5d12ba4Copy full SHA for 5d12ba4
phpunit.xml.dist
@@ -2,12 +2,10 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4
bootstrap=".tools/bootstrap.php"
5
- beStrictAboutCoversAnnotation="true"
6
beStrictAboutOutputDuringTests="true"
7
beStrictAboutTodoAnnotatedTests="true"
8
failOnWarning="true"
9
failOnRisky="true"
10
- verbose="true"
11
colors="true"
12
stderr="true"
13
defaultTestSuite="unit">
0 commit comments