TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tests\Unit\Form\FormEngineTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Form\FormEngineTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 formatValueDataProvider ()
 
 formatValueWithGivenConfiguration ($config, $itemValue, $expectedResult)
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- 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='')
 

Protected Attributes

 $subject
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Detailed Description

Test case

Definition at line 22 of file FormEngineTest.php.

Member Function Documentation

◆ formatValueDataProvider()

TYPO3\CMS\Backend\Tests\Unit\Form\FormEngineTest::formatValueDataProvider ( )
Returns
array

Definition at line 39 of file FormEngineTest.php.

◆ formatValueWithGivenConfiguration()

TYPO3\CMS\Backend\Tests\Unit\Form\FormEngineTest::formatValueWithGivenConfiguration (   $config,
  $itemValue,
  $expectedResult 
)
Parameters
array$config
string$itemValue
string$expectedResultformatValueDataProvider
Test:

Definition at line 252 of file FormEngineTest.php.

References $result.

◆ setUp()

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

Sets up this test case.

Definition at line 32 of file FormEngineTest.php.

Member Data Documentation

◆ $subject

TYPO3\CMS\Backend\Tests\Unit\Form\FormEngineTest::$subject
protected

Definition at line 27 of file FormEngineTest.php.