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
Actions