Actions
Task #98216
closedTemporarly skip a test execution for PHP8.1
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Sprint Focus:
Description
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.
Actions