PHP Класс lithium\tests\cases\template\HelperTest

Наследование: extends lithium\test\Unit
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )