PHP Class lithium\tests\cases\template\ViewTest

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

Protected Properties

Property Type Description
$_view

Public Methods

Method Description
setUp ( )
testBasicRenderModes ( )
testContextWithElementRenderingOptions ( )
testElementRenderingOptions ( )
testEscapeOutputFilter ( )
testEscapeOutputFilterWithInjectedEncoding ( ) Tests that the output-escaping handler correctly inherits its encoding from the Response object, if provided.
testFullRenderNoLayout ( )
testInitialization ( )
testInitializationWithBadLoader ( )
testInitializationWithBadRenderer ( )
testNolayout ( )
testTwoStepRenderWithVariableCapture ( )

Method Details

setUp() public method

public setUp ( )

testBasicRenderModes() public method

testContextWithElementRenderingOptions() public method

testElementRenderingOptions() public method

testEscapeOutputFilter() public method

testEscapeOutputFilterWithInjectedEncoding() public method

Tests that the output-escaping handler correctly inherits its encoding from the Response object, if provided.

testFullRenderNoLayout() public method

testInitialization() public method

public testInitialization ( )

testInitializationWithBadLoader() public method

testInitializationWithBadRenderer() public method

testNolayout() public method

public testNolayout ( )

testTwoStepRenderWithVariableCapture() public method

Property Details

$_view protected_oe property

protected $_view