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 3a95a1cCopy full SHA for 3a95a1c
phpunit.xml
@@ -1,11 +1,13 @@
1
-<phpunit
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
- cacheResult="false"
6
- colors="true"
7
- forceCoversAnnotation="true"
8
->
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
+ beStrictAboutChangesToGlobalState="true"
+ beStrictAboutOutputDuringTests="true"
+ beStrictAboutTodoAnnotatedTests="true"
+ bootstrap="vendor/autoload.php"
+ colors="true"
+ convertDeprecationsToExceptions="true"
9
+ forceCoversAnnotation="true"
10
+ verbose="true">
11
<testsuites>
12
<testsuite name="Project Test Suite">
13
<directory>tests</directory>
0 commit comments