‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest:

Public Member Functions

 defaultValuesAreOverwritten ()
 
 moduleDataAreCreatedFromModule ()
 
 cleanModuleDataPropertyThrowsExceptionOnInvalidProperty ()
 
 cleanModuleDataPropertyThrowsExceptionOnEmptyAllowedList ()
 
 cleanModuleDataProperty (array $allowedValues, bool $cleaned, string $cleanedValue)
 
 cleanUpModuleDataProperties (array $allowedData, bool $useKeys, bool $cleaned, array $cleanedValues)
 

Static Public Member Functions

static cleanModuleDataPropertyDataProvider ()
 
static cleanUpModuleDataPropertiesDataProvider ()
 

Detailed Description

Definition at line 26 of file ModuleDataTest.php.

Member Function Documentation

◆ cleanModuleDataProperty()

TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::cleanModuleDataProperty ( array  $allowedValues,
bool  $cleaned,
string  $cleanedValue 
)

Definition at line 146 of file ModuleDataTest.php.

◆ cleanModuleDataPropertyDataProvider()

static TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::cleanModuleDataPropertyDataProvider ( )
static

Definition at line 125 of file ModuleDataTest.php.

◆ cleanModuleDataPropertyThrowsExceptionOnEmptyAllowedList()

TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::cleanModuleDataPropertyThrowsExceptionOnEmptyAllowedList ( )

Definition at line 107 of file ModuleDataTest.php.

◆ cleanModuleDataPropertyThrowsExceptionOnInvalidProperty()

TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::cleanModuleDataPropertyThrowsExceptionOnInvalidProperty ( )

Definition at line 88 of file ModuleDataTest.php.

◆ cleanUpModuleDataProperties()

TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::cleanUpModuleDataProperties ( array  $allowedData,
bool  $useKeys,
bool  $cleaned,
array  $cleanedValues 
)

Definition at line 214 of file ModuleDataTest.php.

◆ cleanUpModuleDataPropertiesDataProvider()

static TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::cleanUpModuleDataPropertiesDataProvider ( )
static

Definition at line 162 of file ModuleDataTest.php.

◆ defaultValuesAreOverwritten()

TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::defaultValuesAreOverwritten ( )

Definition at line 29 of file ModuleDataTest.php.

◆ moduleDataAreCreatedFromModule()

TYPO3\CMS\Backend\Tests\Functional\Module\ModuleDataTest::moduleDataAreCreatedFromModule ( )