‪TYPO3CMS  9.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 ()
 
 addDataSetsNeigborRowIfNegativeUidGiven ()
 
 addDataSetsParentPageRowToNullIfParentIsRoot ()
 
 addDataSetsParentPageToGivenPageIdIfCommandIsNew ()
 
 addDataSetsParentPageRowOnParentIfCommandIsEdit ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

DatabaseParentPageRow PHPUnit_Framework_MockObject_MockObject $subject
 

Detailed Description

Test case

Definition at line 23 of file DatabaseParentPageRowTest.php.

Member Function Documentation

◆ addDataFetchesParentPageRowOfRecordIfNeighbourGiven()

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

Definition at line 39 of file DatabaseParentPageRowTest.php.

◆ addDataSetsNeigborRowIfNegativeUidGiven()

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

Definition at line 69 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowOnParentIfCommandIsEdit()

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

Definition at line 148 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageRowToNullIfParentIsRoot()

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

Definition at line 102 of file DatabaseParentPageRowTest.php.

◆ addDataSetsParentPageToGivenPageIdIfCommandIsNew()

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

Definition at line 123 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 PHPUnit_Framework_MockObject_MockObject TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider\DatabaseParentPageRowTest::$subject
protected

Definition at line 27 of file DatabaseParentPageRowTest.php.