‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest:

Public Member Functions

 compileThrowsExceptionWithEmptyOnTheFlyList ()
 
 compileReturnsIncomingData ()
 
 compileReturnsResultChangedByDataProvider ()
 
 compileThrowsExceptionIfDataProviderDoesNotImplementInterface ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

OnTheFly $subject
 

Detailed Description

Test case

Definition at line 30 of file OnTheFlyTest.php.

Member Function Documentation

◆ compileReturnsIncomingData()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest::compileReturnsIncomingData ( )
Test:

Definition at line 54 of file OnTheFlyTest.php.

◆ compileReturnsResultChangedByDataProvider()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest::compileReturnsResultChangedByDataProvider ( )
Test:

Definition at line 74 of file OnTheFlyTest.php.

◆ compileThrowsExceptionIfDataProviderDoesNotImplementInterface()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest::compileThrowsExceptionIfDataProviderDoesNotImplementInterface ( )
Test:

Definition at line 92 of file OnTheFlyTest.php.

◆ compileThrowsExceptionWithEmptyOnTheFlyList()

TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest::compileThrowsExceptionWithEmptyOnTheFlyList ( )
Test:

Definition at line 44 of file OnTheFlyTest.php.

◆ setUp()

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

Definition at line 35 of file OnTheFlyTest.php.

Member Data Documentation

◆ $subject

OnTheFly TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup\OnTheFlyTest::$subject
protected

Definition at line 33 of file OnTheFlyTest.php.