We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ab7d0 commit 56b1969Copy full SHA for 56b1969
test/phpunit.dist.xml
@@ -15,8 +15,12 @@
15
~ limitations under the License.
16
~
17
-->
18
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="./../vendor/autoload.php"
19
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
20
+ colors="true"
21
+ bootstrap="./../vendor/autoload.php"
22
+ cacheDirectory="../.cache/phpunit"
23
+>
24
<coverage>
25
<include>
26
<directory suffix=".php">./../src</directory>
0 commit comments