Skip to content

Commit 3c631cd

Browse files
author
Bastian Schwarz
committed
Updated phpunit config schema to 10.0 and set cache directory
1 parent 130d33c commit 3c631cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/phpunit.dist.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
-->
1717
<phpunit
1818
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
19+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
2020
colors="true"
2121
bootstrap="./bootstrap.php"
22+
cacheDirectory="../.cache/phpunit"
2223
>
2324
<coverage>
2425
<include>

0 commit comments

Comments
 (0)