‪TYPO3CMS  11.5
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

MockObject $subject
 

Detailed Description

Test case

Definition at line 27 of file DatabaseParentPageRowTest.php.

Member Function Documentation

◆ addDataFetchesParentPageRowOfRecordIfNeighbourGiven()

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

Definition at line 45 of file DatabaseParentPageRowTest.php.

◆ addDataSetsNeighborRowIfNegativeUidGiven()

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

Definition at line 70 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowOnNullWithNew()

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

Definition at line 172 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowOnNullWithZero()

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

Definition at line 191 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowOnParentIfCommandIsEdit()

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

Definition at line 144 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowToNullIfParentIsRoot()

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

Definition at line 98 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageToGivenPageIdIfCommandIsNew()

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

Definition at line 119 of file DatabaseParentPageRowTest.php.

◆ setUp()

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

Definition at line 34 of file DatabaseParentPageRowTest.php.

Member Data Documentation

◆ $subject

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

Definition at line 32 of file DatabaseParentPageRowTest.php.