PHP Class lithium\tests\cases\template\HelperTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Public Methods

Method 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 method

public setUp ( )

testAttributeEscaping() public method

testAttributeMinimization() public method

testAttributes() public method

public testAttributes ( )

testDefaultEscaping() public method

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 method

testObjectConstructionWithParameters() public method

Tests that constructor parameters are properly assigned to protected properties.

testOptions() public method

public testOptions ( )

testRender() public method

public testRender ( )

testUnescapedValue() public method

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