ci: make PHPUnit failOnDeprecation (was failOnWarning) + deploy-test skip when SSH key missing
Some checks failed
Deploy Feature Branch to Test (haus.test.kies-media.de) / Deploy to Test Environment (push) Successful in 50s
Lint / PHP Syntax Check (push) Successful in 1m4s
PHPUnit / PHP Unit Tests (push) Failing after 36s
Lint / PHP Syntax Check (pull_request) Successful in 29s
Lint / HTML Lint (htmlhint) (push) Successful in 1m43s
Lint / CSS Lint (stylelint) (push) Successful in 1m48s
PHPUnit / PHP Unit Tests (pull_request) Failing after 45s
Lint / CSS Lint (stylelint) (pull_request) Successful in 1m19s
Lint / HTML Lint (htmlhint) (pull_request) Successful in 1m20s

This commit is contained in:
Hermes
2026-06-05 21:35:56 +00:00
parent a765497bc9
commit 2869dbd059
2 changed files with 14 additions and 2 deletions

View File

@@ -4,10 +4,11 @@
bootstrap="vendor/autoload.php"
colors="true"
cacheDirectory=".phpunit.cache"
failOnWarning="true"
failOnDeprecation="true"
failOnRisky="true"
failOnEmptyTestSuite="true"
beStrictAboutOutputDuringTests="true"
cacheResultFile=".phpunit.cache/test-results"
>
<testsuites>
<testsuite name="Unit">