We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81582a7 commit 89ec315Copy full SHA for 89ec315
phpunit.xml
@@ -1,6 +1,12 @@
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"
+ beStrictAboutOutputDuringTests="true"
4
+ beStrictAboutTodoAnnotatedTests="true"
5
+ bootstrap="vendor/autoload.php"
6
+ colors="true"
7
+ convertDeprecationsToExceptions="true"
8
+ forceCoversAnnotation="true"
9
+ verbose="true">
10
<testsuites>
11
<testsuite name="Project Test Suite">
12
<directory>tests</directory>
0 commit comments