update string resource test

This commit is contained in:
uwetews
2016-09-15 09:25:11 +02:00
parent 998b28dcc8
commit 30f7c15d01

View File

@@ -56,7 +56,7 @@ class StringResourceTest extends PHPUnit_Smarty
public function testGetTemplateFilepath()
{
$tpl = $this->smarty->createTemplate('string:hello world');
$this->assertEquals('f2611951e67556edb47cb258ac23fede8ba704bd', $tpl->source->filepath);
$this->assertEquals($this->buildSourcePath($tpl), $tpl->source->filepath);
}
/**