chore: phpunit ^10.1 support

This commit is contained in:
Nuno Maduro
2023-04-13 11:03:29 +01:00
parent 81cdb7a300
commit 0064f3fdff
4 changed files with 28 additions and 9 deletions

View File

@ -21,9 +21,9 @@
<exclude>./tests/Fixtures/Inheritance</exclude>
</testsuite>
</testsuites>
<coverage>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
</source>
</phpunit>