Skip to content
Snippets Groups Projects
Unverified Commit 76780b28 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Merge branch '5.0'

parents 4e244403 186d3a56
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ on:
name: "CI"
env:
COMPOSER_ROOT_VERSION: "6.0-dev"
COMPOSER_ROOT_VERSION: "6.0.x-dev"
permissions:
contents: read
......
......@@ -33,7 +33,7 @@
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^11.3"
},
"autoload": {
"classmap": [
......
......@@ -4,9 +4,12 @@
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
displayDetailsOnPhpunitDeprecations="true"
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true"
colors="true">
......@@ -16,7 +19,7 @@
</testsuite>
</testsuites>
<source>
<source ignoreIndirectDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
</include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment