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 215eda7 commit b90f97bCopy full SHA for b90f97b
phpunit.xml
@@ -1,4 +1,8 @@
1
-<phpunit bootstrap="vendor/autoload.php">
+<phpunit
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
+ bootstrap="vendor/autoload.php"
5
+>
6
<testsuites>
7
<testsuite>
8
<directory>tests</directory>
@@ -9,4 +13,4 @@
9
13
<directory suffix=".php">src</directory>
10
14
</whitelist>
11
15
</filter>
12
-</phpunit>
16
+</phpunit>
0 commit comments