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
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode 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 méthode

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

testMissingView() public méthode

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

testRenderStandard() public méthode

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

testRenderWithFilenameWithEngineExtension() public méthode

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

testRenderWithFilenameWithEngineWithoutEngineRegistered() public méthode

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

testRenderWithPartials() public méthode

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

testRenderWithRegisteredEngine() public méthode

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

testRenderWithVariables() public méthode

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

testSettersAndGetters() public méthode

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