PHP Class Carew\Tests\Event\Listener\Decorator\TwigTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: carew/carew

Public Methods

Method Description
getPostRenderWithLayoutTests ( )
getPostRenderWithoutLayoutTests ( )
getPreRenderTests ( )
setUp ( )
tearDown ( )
testPostRenderWithLayout ( $layout )
testPostRenderWithoutLayout ( $expected, $body )
testPreRender ( $expected, $body )
testPreRenderThrowExceptionOnRender ( )
testPreRenderThrowExceptionOnTemplateFromString ( )
testPreRenderWithGlobalVars ( )
testPreRenderWithMultiplePagination ( )
testPreRenderWithPagination ( )
testPreRenderWithoutLayout ( )

Private Methods

Method Description
getTwigGlobals ( )

Method Details

getPostRenderWithLayoutTests() public method

getPostRenderWithoutLayoutTests() public method

getPreRenderTests() public method

public getPreRenderTests ( )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testPostRenderWithLayout() public method

public testPostRenderWithLayout ( $layout )

testPostRenderWithoutLayout() public method

public testPostRenderWithoutLayout ( $expected, $body )

testPreRender() public method

public testPreRender ( $expected, $body )

testPreRenderThrowExceptionOnRender() public method

testPreRenderThrowExceptionOnTemplateFromString() public method

testPreRenderWithGlobalVars() public method

testPreRenderWithMultiplePagination() public method

testPreRenderWithPagination() public method

testPreRenderWithoutLayout() public method