Skip to content

Commit b90f97b

Browse files
committed
Enhancement: Reference phpunit schema as installed with composer
1 parent 215eda7 commit b90f97b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

phpunit.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<phpunit bootstrap="vendor/autoload.php">
1+
<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+
>
26
<testsuites>
37
<testsuite>
48
<directory>tests</directory>
@@ -9,4 +13,4 @@
913
<directory suffix=".php">src</directory>
1014
</whitelist>
1115
</filter>
12-
</phpunit>
16+
</phpunit>

0 commit comments

Comments
 (0)