Update file resource tests

This commit is contained in:
Uwe Tews
2015-07-07 00:49:20 +02:00
parent cb70b219ad
commit a0f18578e2
9 changed files with 7 additions and 12 deletions

View File

@@ -1 +0,0 @@
php hello world

View File

@@ -1,5 +0,0 @@
{block name="alpha"}templates_3{/block}
{block name="bravo"}
{block name="bravo_1"}templates_3{/block}
{block name="bravo_2"}templates_3{/block}
{/block}

View File

@@ -1,3 +0,0 @@
{block name="alpha"}templates_4{/block}
{block name="bravo"}templates_4{/block}
{block name="charlie"}templates_4{/block}

View File

@@ -7,7 +7,7 @@
* @author Rodney Rehm
* @backupStaticAttributes enabled
*/
class IndexedFileResourceTest extends PHPUnit_Smarty
class FileResourceIndexedTest extends PHPUnit_Smarty
{
public function setUp()
{
@@ -18,6 +18,10 @@ class IndexedFileResourceTest extends PHPUnit_Smarty
$this->smarty->addTemplateDir(__DIR__ . '/templates_4', 'foo');
}
public function testInit()
{
$this->cleanDirs();
}
public function testGetTemplateFilepath()
{

View File

@@ -0,0 +1 @@
templates