Actions
Task #88972
closedSupport Symfony\Component\Mailer\ 4.4
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-08-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:
Description
After installing dev-master i get an error in the install tool stating:
Fatal error: Class TYPO3\CMS\Core\Mail\FileSpool contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Mailer\Transport\TransportInterface::getName) in /home/www/dev10/www/public/typo3/sysext/core/Classes/Mail/FileSpool.php on line 38
After having a look into it, it seems as if the following classes are having the same problem too:
\TYPO3\CMS\Core\Mail\FileSpool
\TYPO3\CMS\Core\Mail\MboxTransport
\TYPO3\CMS\Core\Mail\MemorySpool
\TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeFileSpoolFixture
\TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeMemorySpoolFixture
Actions