mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
update string resource test
This commit is contained in:
@@ -56,7 +56,7 @@ class StringResourceTest extends PHPUnit_Smarty
|
|||||||
public function testGetTemplateFilepath()
|
public function testGetTemplateFilepath()
|
||||||
{
|
{
|
||||||
$tpl = $this->smarty->createTemplate('string:hello world');
|
$tpl = $this->smarty->createTemplate('string:hello world');
|
||||||
$this->assertEquals('f2611951e67556edb47cb258ac23fede8ba704bd', $tpl->source->filepath);
|
$this->assertEquals($this->buildSourcePath($tpl), $tpl->source->filepath);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user