‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest:

Public Member Functions

 addDataFetchesParentPageRowOfRecordIfNeighbourGiven ()
 
 addDataSetsNeighborRowIfNegativeUidGiven ()
 
 addDataSetsParentPageRowToNullIfParentIsRoot ()
 
 addDataSetsParentPageToGivenPageIdIfCommandIsNew ()
 
 addDataSetsParentPageRowOnParentIfCommandIsEdit ()
 
 addDataSetsParentPageRowOnNullWithNew ()
 
 addDataSetsParentPageRowOnNullWithZero ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

DatabaseParentPageRow &MockObject $subject
 

Detailed Description

Definition at line 25 of file DatabaseParentPageRowTest.php.

Member Function Documentation

◆ addDataFetchesParentPageRowOfRecordIfNeighbourGiven()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataFetchesParentPageRowOfRecordIfNeighbourGiven ( )

Definition at line 38 of file DatabaseParentPageRowTest.php.

References TYPO3\CMS\Webhooks\Message\$uid.

◆ addDataSetsNeighborRowIfNegativeUidGiven()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataSetsNeighborRowIfNegativeUidGiven ( )

Definition at line 67 of file DatabaseParentPageRowTest.php.

References TYPO3\CMS\Webhooks\Message\$uid.

◆ addDataSetsParentPageRowOnNullWithNew()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataSetsParentPageRowOnNullWithNew ( )

Definition at line 168 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowOnNullWithZero()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataSetsParentPageRowOnNullWithZero ( )

Definition at line 185 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowOnParentIfCommandIsEdit()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataSetsParentPageRowOnParentIfCommandIsEdit ( )

Definition at line 142 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowToNullIfParentIsRoot()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataSetsParentPageRowToNullIfParentIsRoot ( )

Definition at line 100 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageToGivenPageIdIfCommandIsNew()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::addDataSetsParentPageToGivenPageIdIfCommandIsNew ( )

Definition at line 119 of file DatabaseParentPageRowTest.php.

◆ setUp()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::setUp ( )
protected

Definition at line 29 of file DatabaseParentPageRowTest.php.

Member Data Documentation

◆ $subject

DatabaseParentPageRow& MockObject TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::$subject
protected

Definition at line 27 of file DatabaseParentPageRowTest.php.