Skip to content

Commit b6c6124

Browse files
authored
Merge pull request #100 from localheinz/feature/schema
Enhancement: Reference phpunit schema as installed with composer
2 parents a71dce2 + 207a9d9 commit b6c6124

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

phpunit.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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>
3-
<testsuite>
7+
<testsuite name="Unit Tests">
48
<directory>tests</directory>
59
</testsuite>
610
</testsuites>
@@ -9,4 +13,4 @@
913
<directory suffix=".php">src</directory>
1014
</whitelist>
1115
</filter>
12-
</phpunit>
16+
</phpunit>

0 commit comments

Comments
 (0)