TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FormDataComplierTest Class Reference
Inheritance diagram for FormDataComplierTest:

Public Member Functions

 compileThrowsExceptionIfInputContainsKeysNotValidInResult ()
 
 compileThrowsExceptionAtUnknownCommand ()
 
 compileThrowsExceptionIfNoTableNameGiven ()
 
 compileThrowsExceptionIfUidIsNotAnInteger ()
 
 compileThrowsExceptionIfCommandIsEditAndUidIsNegative ()
 
 compileReturnsResultArrayWithInputDataSet ()
 
 compileReturnsResultArrayWithAdditionalDataFormFormDataGroup ()
 
 compileThrowsExceptionIfFormDataGroupDoesNotReturnArray ()
 
 compileThrowsExceptionIfFormDataGroupRemovedKeysFromResultArray ()
 
 compileThrowsExceptionIfFormDataGroupAddedKeysToResultArray ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $subject
 
 $formDataGroupProphecy
 

Detailed Description

Test case

Definition at line 26 of file FormDataCompilerTest.php.

Member Function Documentation

compileReturnsResultArrayWithAdditionalDataFormFormDataGroup ( )
Test:

Definition at line 125 of file FormDataCompilerTest.php.

compileReturnsResultArrayWithInputDataSet ( )
Test:

Definition at line 108 of file FormDataCompilerTest.php.

compileThrowsExceptionAtUnknownCommand ( )
Test:

Definition at line 59 of file FormDataCompilerTest.php.

compileThrowsExceptionIfCommandIsEditAndUidIsNegative ( )
Test:

Definition at line 95 of file FormDataCompilerTest.php.

compileThrowsExceptionIfFormDataGroupAddedKeysToResultArray ( )
Test:

Definition at line 163 of file FormDataCompilerTest.php.

compileThrowsExceptionIfFormDataGroupDoesNotReturnArray ( )
Test:

Definition at line 139 of file FormDataCompilerTest.php.

compileThrowsExceptionIfFormDataGroupRemovedKeysFromResultArray ( )
Test:

Definition at line 149 of file FormDataCompilerTest.php.

compileThrowsExceptionIfInputContainsKeysNotValidInResult ( )
Test:

Definition at line 47 of file FormDataCompilerTest.php.

compileThrowsExceptionIfNoTableNameGiven ( )
Test:

Definition at line 71 of file FormDataCompilerTest.php.

compileThrowsExceptionIfUidIsNotAnInteger ( )
Test:

Definition at line 83 of file FormDataCompilerTest.php.

setUp ( )
protected

Definition at line 38 of file FormDataCompilerTest.php.

Member Data Documentation

$formDataGroupProphecy
protected

Definition at line 36 of file FormDataCompilerTest.php.

$subject
protected

Definition at line 31 of file FormDataCompilerTest.php.