chore(deps-dev): upgrade PHPUnit to v11.5

This commit is contained in:
Ben Ramsey
2025-05-26 01:54:17 -05:00
parent af695142ab
commit bbd78052d7
46 changed files with 740 additions and 924 deletions
+6 -10
View File
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="./tests/bootstrap.php"
cacheResultFile="./build/cache/phpunit.result.cache"
bootstrap="./vendor/autoload.php"
colors="true"
verbose="true">
cacheDirectory="./build/cache/phpunit">
<testsuites>
<testsuite name="unit-tests">
@@ -12,15 +11,12 @@
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<coverage/>
<source>
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
<php>
<!-- E_ALL & ~E_DEPRECATED -->
<ini name="error_reporting" value="24575"/>
</php>
</source>
</phpunit>