Skip to content

Commit 449fee6

Browse files
authored
Merge pull request #6 from localheinz/feature/phpunit-schema
Enhancement: Reference phpunit.xsd as installed with composer
2 parents b5aad41 + 40fd05f commit 449fee6

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)