Skip to content
Snippets Groups Projects
Commit 4745dcc6 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Temporarly skip mailer unit test execution with PHP8.1

Symfony recently released new version v5.4.12 and v6.1.4 of the
framework which contains a change in `symfony/mailer` throwing
a TransportException and passing null as 2nd ($code) argument.
This is deprecated since PHP8.1 and emits now a corresponding
depcreaction warning in some circumenstances and breaking one
mailer unit test.

See: https://github.com/symfony/symfony/issues/47402

This change temporarly skips the test for PHP8.1 until the fix
has been merged and released a new version by symfony.

Resolves: #98216
Releases: main, 11.5
Change-Id: I12a18f425bd573e1943dddad909c7c3256c1fd87
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75501


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 35785561
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment