PHP Class Webiny\Component\TemplateEngine\Tests\Bridge\Smarty\SmartyTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: Webiny/Framework

Public Methods

Method Description
dataProvider ( )
setUp ( )
testAssign ( Smarty $smarty )
testConstruct ( )
testConstructNoCacheDirException ( )
testConstructNoCompileDirException ( )
testFetch ( Smarty $smarty )
testFetchWithParams ( Smarty $smarty )
testGetTemplateDir ( Smarty $smarty )
testRegisterExtensions ( Smarty $smarty )
testRegisterPlugin ( Smarty $smarty )
testSetFakeTemplateDir ( Smarty $smarty )
testSetGetCacheDir ( Smarty $smarty )
testSetGetCompileDir ( Smarty $smarty )
testSetGetForceCompile ( Smarty $smarty )

Method Details

dataProvider() public method

public dataProvider ( )

setUp() public method

public setUp ( )

testAssign() public method

public testAssign ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testConstruct() public method

public testConstruct ( )

testConstructNoCacheDirException() public method

testConstructNoCompileDirException() public method

testFetch() public method

public testFetch ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testFetchWithParams() public method

public testFetchWithParams ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testGetTemplateDir() public method

public testGetTemplateDir ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testRegisterExtensions() public method

public testRegisterExtensions ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testRegisterPlugin() public method

public testRegisterPlugin ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testSetFakeTemplateDir() public method

public testSetFakeTemplateDir ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testSetGetCacheDir() public method

public testSetGetCacheDir ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testSetGetCompileDir() public method

public testSetGetCompileDir ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty

testSetGetForceCompile() public method

public testSetGetForceCompile ( Smarty $smarty )
$smarty Webiny\Component\TemplateEngine\Bridge\Smarty\Smarty