PHP Класс Phalcon\Test\Unit\Mvc\ViewTest

Автор: Andres Gutierrez ([email protected])
Автор: Serghei Iakovlev ([email protected])
Наследование: extends Phalcon\Test\Module\UnitTest, use trait Helper\ViewTrait
Показать файл Открыть проект

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

Метод Описание
testCacheDI ( )
testDisableLevels ( )
testExists ( ) Tests View::exists
testGetActiveRenderPath ( ) Tests the View::getActiveRenderPath
testGetCurrentRenderLevel ( ) Tests the View::getCurrentRenderLevel
testGetRegisteredEngines ( ) Tests the View::getRegisteredEngines
testGetRender ( ) Tests View::getRender
testLayoutAndPick ( ) Test using different layout and pick
testMissingPartial ( ) Tests render with missing partial
testMustacheEngine ( ) Tests the Mustache Engine
testMustacheMixedEngine ( ) Tests the mix Mustache with PHP Engines
testMustacheMixedEnginePartials ( ) Tests using partials with the mix Mustache with PHP Engines
testOverrideLayout ( ) Tests using partials with the mix Twig with PHP Engines
testOverrideMainView ( ) Tests View::setMainView
testRenderingWithPartials ( ) Tests rendering with partials
testSettersAndGetters ( )
testStandardRender ( ) Tests View::render
testTwigEngine ( ) Tests the Twig Engine
testTwigMixedEngine ( ) Tests the mix Twig with PHP Engines
testTwigMixedEnginePartials ( ) Tests using partials with the mix Twig with PHP Engines
testViewCacheIndependency ( )
testViewOptions ( )
testViewParamIsset ( )
ytestCacheMethods ( )

Защищенные методы

Метод Описание
_clearCache ( )
_getViewDisabled ( $level = null )

Приватные методы

Метод Описание
_getDi ( $service = 'viewCache', $lifetime = 60 )

Описание методов

_clearCache() защищенный Метод

protected _clearCache ( )

_getViewDisabled() защищенный Метод

protected _getViewDisabled ( $level = null )

testCacheDI() публичный Метод

public testCacheDI ( )

testDisableLevels() публичный Метод

public testDisableLevels ( )

testExists() публичный Метод

Tests View::exists
С версии: 2014-05-28
Автор: Kamil Skowron ([email protected])
public testExists ( )

testGetActiveRenderPath() публичный Метод

Tests the View::getActiveRenderPath
С версии: 2014-08-14
Автор: Serghei Iakovlev ([email protected])

testGetCurrentRenderLevel() публичный Метод

Tests the View::getCurrentRenderLevel
С версии: 2013-10-03
Автор: Volodymyr Kolesnykov ([email protected])

testGetRegisteredEngines() публичный Метод

Tests the View::getRegisteredEngines
С версии: 2014-05-28
Автор: Kamil Skowron ([email protected])

testGetRender() публичный Метод

Tests View::getRender
С версии: 2012-26-12
Автор: Andres Gutierrez ([email protected])
public testGetRender ( )

testLayoutAndPick() публичный Метод

Test using different layout and pick
С версии: 2013-01-07
Автор: Andres Gutierrez ([email protected])
public testLayoutAndPick ( )

testMissingPartial() публичный Метод

Tests render with missing partial
С версии: 2014-05-28
Автор: Kamil Skowron ([email protected])
public testMissingPartial ( )

testMustacheEngine() публичный Метод

Tests the Mustache Engine
С версии: 2012-08-17
Автор: Andres Gutierrez ([email protected])
public testMustacheEngine ( )

testMustacheMixedEngine() публичный Метод

Tests the mix Mustache with PHP Engines
С версии: 2012-08-17
Автор: Andres Gutierrez ([email protected])

testMustacheMixedEnginePartials() публичный Метод

Tests using partials with the mix Mustache with PHP Engines
С версии: 2012-08-17
Автор: Andres Gutierrez ([email protected])

testOverrideLayout() публичный Метод

Tests using partials with the mix Twig with PHP Engines
С версии: 2013-01-07
Автор: Andres Gutierrez ([email protected])
public testOverrideLayout ( )

testOverrideMainView() публичный Метод

Tests View::setMainView
С версии: 2014-05-28
Автор: Kamil Skowron ([email protected])

testRenderingWithPartials() публичный Метод

Tests rendering with partials
С версии: 2012-05-28
Автор: Andres Gutierrez ([email protected])

testSettersAndGetters() публичный Метод

testStandardRender() публичный Метод

Tests View::render
С версии: 2012-03-05
Автор: Andres Gutierrez ([email protected])
public testStandardRender ( )

testTwigEngine() публичный Метод

Tests the Twig Engine
С версии: 2012-08-17
Автор: Andres Gutierrez ([email protected])
public testTwigEngine ( )

testTwigMixedEngine() публичный Метод

Tests the mix Twig with PHP Engines
С версии: 2012-08-17
Автор: Andres Gutierrez ([email protected])
public testTwigMixedEngine ( )

testTwigMixedEnginePartials() публичный Метод

Tests using partials with the mix Twig with PHP Engines
С версии: 2012-08-17
Автор: Andres Gutierrez ([email protected])

testViewCacheIndependency() публичный Метод

testViewOptions() публичный Метод

public testViewOptions ( )

testViewParamIsset() публичный Метод

public testViewParamIsset ( )

ytestCacheMethods() публичный Метод

public ytestCacheMethods ( )