We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac05feb commit 363bfb6Copy full SHA for 363bfb6
phpunit.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.0/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
5
colors="true"
6
forceCoversAnnotation="true"
7
failOnRisky="true"
@@ -17,9 +17,4 @@
17
<directory>./tests</directory>
18
</testsuite>
19
</testsuites>
20
- <filter>
21
- <whitelist>
22
- <directory>./src</directory>
23
- </whitelist>
24
- </filter>
25
</phpunit>
0 commit comments