mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
Update
This commit is contained in:
1
tests/Include_Path/Tpl/test5.tpl
Normal file
1
tests/Include_Path/Tpl/test5.tpl
Normal file
@@ -0,0 +1 @@
|
||||
include path root
|
@@ -58,7 +58,8 @@ class FileIncludePathTest extends PHPUnit_Smarty
|
||||
}
|
||||
public function testInclude5()
|
||||
{
|
||||
$this->assertContains('include_test4', $this->smarty->fetch('test5.tpl'));
|
||||
$this->smarty->setTemplateDir(array('./'));
|
||||
$this->assertContains('include path root', $this->smarty->fetch('test5.tpl'));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user