TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tests\Functional\Form\FormEngineInlineTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Form\FormEngineInlineTest:
TYPO3\CMS\Core\Tests\FunctionalTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 setUp ()
 
 excludeElementsAreNotOverwrittenByInlineField ()
 
- Public Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 setUp ()
 

Protected Attributes

 $testExtensionsToLoad
 
 $subject
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 $coreExtensionsToLoad = array()
 
 $testExtensionsToLoad = array()
 
 $pathsToLinkInTestInstance = array()
 
 $configurationToUseInTestInstance = array()
 
 $additionalFoldersToCreate = array()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\FunctionalTestCase
 getInstanceIdentifier ()
 
 getInstancePath ()
 
 getDatabaseConnection ()
 
 setUpFrontendRootPage ($pageId, array $typoScriptFiles=array())
 
 getFrontendResponse ($pageId, $languageId=0, $backendUserId=0, $workspaceId=0, $failOnFailure=TRUE)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Detailed Description

Test case

Definition at line 23 of file FormEngineInlineTest.php.

Member Function Documentation

◆ excludeElementsAreNotOverwrittenByInlineField()

TYPO3\CMS\Backend\Tests\Functional\Form\FormEngineInlineTest::excludeElementsAreNotOverwrittenByInlineField ( )

Make sure that the exclude field configuration is still valid after the rendering of an inline element.

Test:

Definition at line 53 of file FormEngineInlineTest.php.

References TYPO3\CMS\Core\Tests\FunctionalTestCase\getDatabaseConnection().

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Form\FormEngineInlineTest::setUp ( )

Sets up this test case.

Definition at line 37 of file FormEngineInlineTest.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Member Data Documentation

◆ $subject

TYPO3\CMS\Backend\Tests\Functional\Form\FormEngineInlineTest::$subject
protected

Definition at line 32 of file FormEngineInlineTest.php.

◆ $testExtensionsToLoad

TYPO3\CMS\Backend\Tests\Functional\Form\FormEngineInlineTest::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/backend/Tests/Functional/Fixtures/Extensions/inlinetest'
)

Definition at line 25 of file FormEngineInlineTest.php.