PHP Class lithium\tests\cases\template\HelperTest

Inheritance: extends lithium\test\Unit
Afficher le fichier Open project: unionofrad/lithium

Méthodes publiques

Méthode Description
setUp ( )
testAttributeEscaping ( )
testAttributeMinimization ( )
testAttributes ( )
testDefaultEscaping ( ) Tests the default escaping for HTML output. When implementing helpers that do not output HTML/XML, the escape() method should be overridden accordingly.
testInstantiationWithNoContext ( )
testObjectConstructionWithParameters ( ) Tests that constructor parameters are properly assigned to protected properties.
testOptions ( )
testRender ( )
testUnescapedValue ( ) Tests unescaped values passed through the escape() method. Unescaped values should be returned exactly the same as the original value.

Method Details

setUp() public méthode

public setUp ( )

testAttributeEscaping() public méthode

testAttributeMinimization() public méthode

testAttributes() public méthode

public testAttributes ( )

testDefaultEscaping() public méthode

Tests the default escaping for HTML output. When implementing helpers that do not output HTML/XML, the escape() method should be overridden accordingly.
public testDefaultEscaping ( )

testInstantiationWithNoContext() public méthode

testObjectConstructionWithParameters() public méthode

Tests that constructor parameters are properly assigned to protected properties.

testOptions() public méthode

public testOptions ( )

testRender() public méthode

public testRender ( )

testUnescapedValue() public méthode

Tests unescaped values passed through the escape() method. Unescaped values should be returned exactly the same as the original value.
public testUnescapedValue ( )