mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
chore(deps-dev): upgrade PHPUnit to v11.5
This commit is contained in:
+6
-10
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user