Actions
Bug #88692
closedFeature #88643: Replace SwiftMailer with Symfony/Mailer
SendCommandTest is skipped due to a warning since symfony/mailer merge
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2019-07-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The test still tries to use Swift_Spool classes which are no longer available.
Therefore the test skips with a warning:
1) TYPO3\CMS\Core\Tests\Unit\Command\SendEmailCommandTest::executeWillFlushTheQueue
Trying to configure method "flushQueue" which cannot be configured because it does
not exist, has not been specified, is final, or is static
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61233
Updated by Benjamin Franzke over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3b8a6dbc9d783e096b4262c5b064dcdcc5e2f51c.
Actions