PHP Class Phalcon\Test\Unit\Mvc\View\SimpleTest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest, use trait Helper\ViewTrait
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
testGetRegisteredEngines ( ) Tests the Simple::getRegisteredEngines
testMissingView ( ) Tests render with missing view
testRenderStandard ( ) Tests render
testRenderWithFilenameWithEngineExtension ( ) Tests the rendering with registered engine
testRenderWithFilenameWithEngineWithoutEngineRegistered ( ) Tests render with filename without registered
testRenderWithPartials ( ) Tests render with partials
testRenderWithRegisteredEngine ( ) Tests the rendering with registered engine
testRenderWithVariables ( ) Tests render with variables
testSettersAndGetters ( ) Tests the View setters and getters

Method Details

testGetRegisteredEngines() public method

Tests the Simple::getRegisteredEngines
Since: 2014-05-28
Author: Kamil Skowron ([email protected])

testMissingView() public method

Tests render with missing view
Since: 2014-05-28
Author: Kamil Skowron ([email protected])
public testMissingView ( )

testRenderStandard() public method

Tests render
Since: 2014-05-28
Author: Kamil Skowron ([email protected])
public testRenderStandard ( )

testRenderWithFilenameWithEngineExtension() public method

Tests the rendering with registered engine
Since: 2014-05-28
Author: Kamil Skowron ([email protected])

testRenderWithFilenameWithEngineWithoutEngineRegistered() public method

Tests render with filename without registered
Since: 2014-05-28
Author: Kamil Skowron ([email protected])

testRenderWithPartials() public method

Tests render with partials
Since: 2014-05-28
Author: Kamil Skowron ([email protected])

testRenderWithRegisteredEngine() public method

Tests the rendering with registered engine
Since: 2014-05-28
Author: Kamil Skowron ([email protected])

testRenderWithVariables() public method

Tests render with variables
Since: 2014-05-28
Author: Kamil Skowron ([email protected])

testSettersAndGetters() public method

Tests the View setters and getters
Since: 2014-05-28
Author: Kamil Skowron ([email protected])