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.
2 parents a71dce2 + 207a9d9 commit b6c6124Copy full SHA for b6c6124
phpunit.xml
@@ -1,6 +1,10 @@
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>
- <testsuite>
7
+ <testsuite name="Unit Tests">
8
<directory>tests</directory>
9
</testsuite>
10
</testsuites>
@@ -9,4 +13,4 @@
13
<directory suffix=".php">src</directory>
14
</whitelist>
11
15
</filter>
12
-</phpunit>
16
+</phpunit>
0 commit comments