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

Public Member Functions

 addedObjectsCanBeRetrievedAgain ()
 
 addedObjectsCanBeRetrievedAgainUsingArrayAccess ()
 
 addedObjectsExistInArray ()
 
 addedObjectsExistInAllIdentifiers ()
 
 duplicateIdentifiersThrowException ()
 
 addingReservedIdentifiersThrowException ()
 
 gettingNonexistentValueThrowsException ()
 
 deletingNonexistentValueThrowsException ()
 
 removeReallyRemovesVariables ()
 
 whenVariablesAreEmpty_getAll_shouldReturnEmptyArray ()
 
 getAllShouldReturnAllVariables ()
 
 addingVariableNamedAllShouldThrowException ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $variableContainer
 

Detailed Description

Test case

Definition at line 17 of file TemplateVariableContainerTest.php.

Member Function Documentation

addedObjectsCanBeRetrievedAgain ( )
Test:

Definition at line 32 of file TemplateVariableContainerTest.php.

addedObjectsCanBeRetrievedAgainUsingArrayAccess ( )
Test:

Definition at line 42 of file TemplateVariableContainerTest.php.

addedObjectsExistInAllIdentifiers ( )
Test:

Definition at line 64 of file TemplateVariableContainerTest.php.

addedObjectsExistInArray ( )
Test:

Definition at line 53 of file TemplateVariableContainerTest.php.

addingReservedIdentifiersThrowException ( )
Test:

Definition at line 85 of file TemplateVariableContainerTest.php.

addingVariableNamedAllShouldThrowException ( )
Test:

Definition at line 140 of file TemplateVariableContainerTest.php.

deletingNonexistentValueThrowsException ( )
Test:

Definition at line 103 of file TemplateVariableContainerTest.php.

duplicateIdentifiersThrowException ( )
Test:

Definition at line 75 of file TemplateVariableContainerTest.php.

getAllShouldReturnAllVariables ( )
Test:

Definition at line 130 of file TemplateVariableContainerTest.php.

gettingNonexistentValueThrowsException ( )
Test:

Definition at line 94 of file TemplateVariableContainerTest.php.

removeReallyRemovesVariables ( )
Test:

Definition at line 112 of file TemplateVariableContainerTest.php.

setUp ( )
protected

Definition at line 24 of file TemplateVariableContainerTest.php.

whenVariablesAreEmpty_getAll_shouldReturnEmptyArray ( )
Test:

Definition at line 122 of file TemplateVariableContainerTest.php.

Member Data Documentation

$variableContainer
protected

Definition at line 22 of file TemplateVariableContainerTest.php.