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.
1 parent e85560e commit ddbbd27Copy full SHA for ddbbd27
.gitignore
@@ -2,6 +2,7 @@
2
bin
3
vendor
4
composer.lock
5
+coverage.xml
6
phpstan.neon
7
.phpunit.result.cache
-tests/phpunit.xml
8
+phpunit.xml
phpunit.xml.dist
@@ -9,11 +9,11 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
bootstrap="./tests/bootstrap.php"
12
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
13
>
14
<coverage>
15
<include>
16
- <directory>../src</directory>
+ <directory>./src</directory>
17
</include>
18
</coverage>
19
<testsuites>
0 commit comments