PHP 클래스 lithium\tests\cases\template\HelperTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
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.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testAttributeEscaping() 공개 메소드

testAttributeMinimization() 공개 메소드

testAttributes() 공개 메소드

public 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.
public testDefaultEscaping ( )

testInstantiationWithNoContext() 공개 메소드

testObjectConstructionWithParameters() 공개 메소드

Tests that constructor parameters are properly assigned to protected properties.

testOptions() 공개 메소드

public testOptions ( )

testRender() 공개 메소드

public testRender ( )

testUnescapedValue() 공개 메소드

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