‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest:

Public Member Functions

 getReturnsSpoolTransportUsingFileSpool ()
 
 getReturnsSpoolTransportUsingMemorySpool ()
 
 getReturnsSpoolTransportUsingCustomSpool ()
 
 getThrowsRuntimeExceptionForInvalidCustomSpool ()
 
 getThrowsExceptionForMissingDsnConfig ()
 
 dsnTransportCallsDispatchOfDispatcher ()
 
 getReturnsMailerTransportInterface ()
 
 smtpTransportCallsDispatchOfDispatcher ()
 
 sendmailTransportCallsDispatchOfDispatcher ()
 
 nullTransportCallsDispatchOfDispatcher ()
 
 smtpTransportIsCorrectlyConfigured ()
 

Protected Member Functions

 getSubject (&$eventDispatcher)
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Definition at line 40 of file TransportFactoryTest.php.

Member Function Documentation

◆ dsnTransportCallsDispatchOfDispatcher()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::dsnTransportCallsDispatchOfDispatcher ( )

◆ getReturnsMailerTransportInterface()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getReturnsMailerTransportInterface ( )

◆ getReturnsSpoolTransportUsingCustomSpool()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getReturnsSpoolTransportUsingCustomSpool ( )

◆ getReturnsSpoolTransportUsingFileSpool()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getReturnsSpoolTransportUsingFileSpool ( )

◆ getReturnsSpoolTransportUsingMemorySpool()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getReturnsSpoolTransportUsingMemorySpool ( )

◆ getSubject()

◆ getThrowsExceptionForMissingDsnConfig()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getThrowsExceptionForMissingDsnConfig ( )

◆ getThrowsRuntimeExceptionForInvalidCustomSpool()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getThrowsRuntimeExceptionForInvalidCustomSpool ( )

◆ nullTransportCallsDispatchOfDispatcher()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::nullTransportCallsDispatchOfDispatcher ( )

◆ sendmailTransportCallsDispatchOfDispatcher()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::sendmailTransportCallsDispatchOfDispatcher ( )

◆ smtpTransportCallsDispatchOfDispatcher()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::smtpTransportCallsDispatchOfDispatcher ( )

◆ smtpTransportIsCorrectlyConfigured()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::smtpTransportIsCorrectlyConfigured ( )

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::$resetSingletonInstances = true
protected

Definition at line 42 of file TransportFactoryTest.php.