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