Skip to content

Commit 54130fb

Browse files
Update phpunit config to phpunit10
1 parent fbf1bd8 commit 54130fb

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

test/phpunit.dist.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
~ limitations under the License.
1616
~
1717
-->
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">
18+
<phpunit
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
21+
colors="true"
22+
bootstrap="./../vendor/autoload.php"
23+
cacheDirectory="../.cache/phpunit"
24+
>
2025
<coverage>
2126
<include>
2227
<directory suffix=".php">./../src</directory>

0 commit comments

Comments
 (0)