‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest:

Public Member Functions

 processedDataTakesOverDefaultValues ()
 
 processedDataDoesNotOverridePostWithDefaultValues ()
 

Protected Member Functions

 setUp ()
 
 getParsedBody (array $additionalData=[])
 
 getQueryParamsWithDefaults (array $defaultValues)
 

Protected Attributes

EditDocumentController $subject
 
NormalizedParams $normalizedParams
 

Detailed Description

Definition at line 31 of file EditDocumentControllerTest.php.

Member Function Documentation

◆ getParsedBody()

TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest::getParsedBody ( array  $additionalData = [])
protected

◆ getQueryParamsWithDefaults()

TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest::getQueryParamsWithDefaults ( array  $defaultValues)
protected

◆ processedDataDoesNotOverridePostWithDefaultValues()

◆ processedDataTakesOverDefaultValues()

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest::setUp ( )
protected

Sets up this test case.

Definition at line 40 of file EditDocumentControllerTest.php.

References $GLOBALS.

Member Data Documentation

◆ $normalizedParams

NormalizedParams TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest::$normalizedParams
protected

Definition at line 35 of file EditDocumentControllerTest.php.

◆ $subject

EditDocumentController TYPO3\CMS\Backend\Tests\Functional\Controller\EditDocumentControllerTest::$subject
protected

Definition at line 33 of file EditDocumentControllerTest.php.