ci(phpunit): set failOnPhpunitWarning=false
All checks were successful
Deploy Feature Branch to Test (haus.test.kies-media.de) / Deploy to Test Environment (push) Successful in 44s
Lint / PHP Syntax Check (push) Successful in 59s
PHPUnit / PHP Unit Tests (push) Successful in 36s
Lint / PHP Syntax Check (pull_request) Successful in 29s
Lint / HTML Lint (htmlhint) (push) Successful in 1m35s
Lint / CSS Lint (stylelint) (push) Successful in 1m39s
PHPUnit / PHP Unit Tests (pull_request) Successful in 40s
Lint / CSS Lint (stylelint) (pull_request) Successful in 1m13s
Lint / HTML Lint (htmlhint) (pull_request) Successful in 1m13s

PHPUnit 11 wirft eine 'You are not using the latest version of PHPUnit' warning,
die den CI failt. Mit failOnPhpunitWarning=false wird das ignoriert.
failOnRisky + failOnEmptyTestSuite + beStrictAboutOutputDuringTests bleiben aktiv.
This commit is contained in:
Hermes
2026-06-05 21:44:55 +00:00
parent e72fd08953
commit e3769b6588

View File

@@ -7,7 +7,7 @@
failOnRisky="true"
failOnEmptyTestSuite="true"
beStrictAboutOutputDuringTests="true"
cacheResultFile=".phpunit.cache/test-results"
failOnPhpunitWarning="false"
>
<testsuites>
<testsuite name="Unit">