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.
2 parents e578303 + 8b07535 commit ca9d319Copy full SHA for ca9d319
phpunit.xml.dist
@@ -1,6 +1,12 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
3
-<phpunit bootstrap="vendor/autoload.php" colors="true">
+<phpunit
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
6
+ colors="true"
7
+ bootstrap="vendor/autoload.php"
8
+ convertDeprecationsToExceptions="true"
9
+>
10
<testsuites>
11
<testsuite name="unit">
12
<directory>./tests/unit/</directory>
0 commit comments