‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest:
TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase

Public Member Functions

 defaultValuesFromTCAForNewRecordsIsRespected ()
 
 defaultValuesFromGlobalTSconfigForNewRecordsIsRespected ()
 
 defaultValuesFromPageSpecificTSconfigForNewRecordsIsRespected ()
 
 defaultValueForNullTextfieldsIsConsidered ()
 

Public Attributes

const PAGE_DATAHANDLER = 88
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
const VALUE_BackendUserId = 1
 

Protected Member Functions

 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
 tearDown ()
 
 setUpFrontendSite (int $pageId, array $additionalLanguages=[])
 
 setWorkspaceId (int $workspaceId)
 
ActionService getActionService ()
 
 importScenarioDataSet ($dataSetName)
 
 assertAssertionDataSet ($dataSetName)
 
 assertErrorLogEntries (array $expectedMessages=null)
 
 assertCleanReferenceIndex ()
 
HasRecordConstraint getRequestSectionHasRecordConstraint ()
 
DoesNotHaveRecordConstraint getRequestSectionDoesNotHaveRecordConstraint ()
 
StructureHasRecordConstraint getRequestSectionStructureHasRecordConstraint ()
 
StructureDoesNotHaveRecordConstraint getRequestSectionStructureDoesNotHaveRecordConstraint ()
 

Protected Attributes

string $scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/DataSet/'
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Functional\DataHandling\AbstractDataHandlerActionTestCase
bool $assertCleanReferenceIndex = true
 
string $scenarioDataSetDirectory
 
string $assertionDataSetDirectory
 
int null $expectedErrorLogEntries = 0
 
array $testExtensionsToLoad
 
array $pathsToLinkInTestInstance
 
array $recordIds = array( )
 
ActionService $actionService
 
TYPO3 CMS Core Authentication BackendUserAuthentication $backendUser
 
array $siteLanguageConfiguration
 

Detailed Description

Tests various places to set default values properly for new records

Definition at line 27 of file DefaultValuesTest.php.

Member Function Documentation

◆ defaultValueForNullTextfieldsIsConsidered()

TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::defaultValueForNullTextfieldsIsConsidered ( )

◆ defaultValuesFromGlobalTSconfigForNewRecordsIsRespected()

TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::defaultValuesFromGlobalTSconfigForNewRecordsIsRespected ( )

◆ defaultValuesFromPageSpecificTSconfigForNewRecordsIsRespected()

TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::defaultValuesFromPageSpecificTSconfigForNewRecordsIsRespected ( )

◆ defaultValuesFromTCAForNewRecordsIsRespected()

TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::defaultValuesFromTCAForNewRecordsIsRespected ( )

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::setUp ( )
protected

Member Data Documentation

◆ $scenarioDataSetDirectory

string TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::$scenarioDataSetDirectory = 'typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/DataSet/'
protected

Definition at line 36 of file DefaultValuesTest.php.

◆ PAGE_DATAHANDLER

const TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\DefaultValuesTest::PAGE_DATAHANDLER = 88

Definition at line 32 of file DefaultValuesTest.php.