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 b6c6124 commit 5f071b1Copy full SHA for 5f071b1
phpunit.xml
@@ -2,6 +2,13 @@
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
+ colors="true"
6
+ beStrictAboutChangesToGlobalState="true"
7
+ beStrictAboutOutputDuringTests="true"
8
+ beStrictAboutResourceUsageDuringSmallTests="true"
9
+ beStrictAboutTestsThatDoNotTestAnything="true"
10
+ beStrictAboutTodoAnnotatedTests="true"
11
+ verbose="true"
12
>
13
<testsuites>
14
<testsuite name="Unit Tests">
0 commit comments