mirror of
https://github.com/ivuorinen/curly.git
synced 2026-03-01 21:54:43 +00:00
chore(deps): update dependency phpunit/phpunit to v10 (#104)
* chore(deps): update dependency phpunit/phpunit to v10 Signed-off-by: Renovate Bot <bot@renovateapp.com> * Updated phpunit.xml --------- Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ismo Vuorinen <ismo.vuorinen@vincit.fi>
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ergebnis/composer-normalize": "2.30.2",
|
"ergebnis/composer-normalize": "2.30.2",
|
||||||
"phpstan/phpstan": "1.10.6",
|
"phpstan/phpstan": "1.10.6",
|
||||||
"phpunit/phpunit": "9.6.5",
|
"phpunit/phpunit": "10.0.15",
|
||||||
"roave/security-advisories": "dev-latest"
|
"roave/security-advisories": "dev-latest"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
26
phpunit.xml
26
phpunit.xml
@@ -1,17 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" cacheDirectory=".phpunit.cache">
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
<coverage>
|
||||||
bootstrap="vendor/autoload.php"
|
<include>
|
||||||
colors="true"
|
<directory suffix=".php">./src</directory>
|
||||||
>
|
</include>
|
||||||
<coverage processUncoveredFiles="true">
|
</coverage>
|
||||||
<include>
|
<testsuites>
|
||||||
<directory suffix=".php">./src</directory>
|
<testsuite name="Test Suite">
|
||||||
</include>
|
<directory suffix="Test.php">./tests</directory>
|
||||||
</coverage>
|
</testsuite>
|
||||||
<testsuites>
|
</testsuites>
|
||||||
<testsuite name="Test Suite">
|
|
||||||
<directory suffix="Test.php">./tests</directory>
|
|
||||||
</testsuite>
|
|
||||||
</testsuites>
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user