‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeMemorySpoolFixture Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeMemorySpoolFixture:
TYPO3\CMS\Core\Mail\MemorySpool TYPO3\CMS\Core\SingletonInterface TYPO3\CMS\Core\Mail\DelayedTransportInterface

Public Member Functions

 __destruct ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Mail\MemorySpool
 __construct (EventDispatcherInterface $dispatcher=null, LoggerInterface $logger=null)
 
 flushQueue (TransportInterface $transport)
 
 __toString ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Mail\MemorySpool
 doSend (SentMessage $message)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Mail\MemorySpool
LoggerInterface $logger
 
SentMessage[] $queuedMessages = array( )
 
int $retries = 3
 

Detailed Description

Fixture fake valid spool

Definition at line 23 of file FakeMemorySpoolFixture.php.

Constructor & Destructor Documentation

◆ __destruct()

TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeMemorySpoolFixture::__destruct ( )

Sends out the messages in the memory

Reimplemented from TYPO3\CMS\Core\Mail\MemorySpool.

Definition at line 25 of file FakeMemorySpoolFixture.php.