Skip to content

Commit 40fd05f

Browse files
committed
Enhancement: Reference phpunit.xsd as installed with composer
1 parent 0e6e57b commit 40fd05f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/phpunit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<phpunit
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="../vendor/phpunit/phpunit/phpunit.xsd"
24
bootstrap="bootstrap.php"
35
colors="true"
46
backupGlobals="false"

0 commit comments

Comments
 (0)