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.
Updated by Gerrit Code Review about 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75557
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75501
Updated by Stefan Bürk about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset dd9cd004193bb367b4037b30781ec3a4815c8076.
Updated by Stefan Bürk about 2 years ago
- Related to Task #98493: Enable one TransportFactory unit test execution for PHP8.1 added
Actions