‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest:

Public Member Functions

 getForNotExistingClassThrowsException ()
 
 getForClassThatIsNoFormProtectionSubclassThrowsException ()
 
 getForTypeBackEndWithExistingBackEndReturnsBackEndFormProtection ()
 
 getForTypeBackEndCalledTwoTimesReturnsTheSameInstance ()
 
 getForTypeInstallToolReturnsInstallToolFormProtection ()
 
 getForTypeInstallToolCalledTwoTimesReturnsTheSameInstance ()
 
 getForTypesInstallToolAndDisabledReturnsDifferentInstances ()
 
 setSetsInstanceForType ()
 
 setNotSetsInstanceForOtherType ()
 

Protected Member Functions

 tearDown ()
 

Detailed Description

Testcase

Definition at line 30 of file FormProtectionFactoryTest.php.

Member Function Documentation

◆ getForClassThatIsNoFormProtectionSubclassThrowsException()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForClassThatIsNoFormProtectionSubclassThrowsException ( )

◆ getForNotExistingClassThrowsException()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForNotExistingClassThrowsException ( )

◆ getForTypeBackEndCalledTwoTimesReturnsTheSameInstance()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForTypeBackEndCalledTwoTimesReturnsTheSameInstance ( )
Test:

Definition at line 83 of file FormProtectionFactoryTest.php.

◆ getForTypeBackEndWithExistingBackEndReturnsBackEndFormProtection()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForTypeBackEndWithExistingBackEndReturnsBackEndFormProtection ( )

◆ getForTypeInstallToolCalledTwoTimesReturnsTheSameInstance()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForTypeInstallToolCalledTwoTimesReturnsTheSameInstance ( )

◆ getForTypeInstallToolReturnsInstallToolFormProtection()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForTypeInstallToolReturnsInstallToolFormProtection ( )

◆ getForTypesInstallToolAndDisabledReturnsDifferentInstances()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::getForTypesInstallToolAndDisabledReturnsDifferentInstances ( )

◆ setNotSetsInstanceForOtherType()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::setNotSetsInstanceForOtherType ( )

◆ setSetsInstanceForType()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::setSetsInstanceForType ( )

◆ tearDown()

TYPO3\CMS\Core\Tests\Unit\FormProtection\FormProtectionFactoryTest::tearDown ( )
protected