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

Public Member Functions

 getReturnsSwiftSpoolTransportUsingSwiftFileSpool ()
 
 getReturnsSwiftSpoolTransportUsingSwiftMemorySpool ()
 
 getReturnsSwiftSpoolTransportUsingCustomSpool ()
 
 getThrowsRuntimeExceptionForInvalidCustomSpool ()
 
 getReturnsSwiftMailTransport ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 28 of file TransportFactoryTest.php.

Member Function Documentation

◆ getReturnsSwiftMailTransport()

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

◆ getReturnsSwiftSpoolTransportUsingCustomSpool()

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

◆ getReturnsSwiftSpoolTransportUsingSwiftFileSpool()

TYPO3\CMS\Core\Tests\Unit\Mail\TransportFactoryTest::getReturnsSwiftSpoolTransportUsingSwiftFileSpool ( )
Test:

Definition at line 37 of file TransportFactoryTest.php.

References $GLOBALS.

◆ getReturnsSwiftSpoolTransportUsingSwiftMemorySpool()

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

◆ getThrowsRuntimeExceptionForInvalidCustomSpool()

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

Member Data Documentation

◆ $resetSingletonInstances

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

Reset singletons created by subject

Definition at line 32 of file TransportFactoryTest.php.