コード例 #1
0
ファイル: DefaultTest.php プロジェクト: nvdnkpr/Enlight
 public function testTemplateExists()
 {
     $this->view->loadTemplate('string:{block name="testBlock"}festerWert{/block}');
     $this->assertTrue($this->view->templateExists('string:{block name="testBlock"}festerWert{/block}'));
 }