public function testTemplateExists() { $this->view->loadTemplate('string:{block name="testBlock"}festerWert{/block}'); $this->assertTrue($this->view->templateExists('string:{block name="testBlock"}festerWert{/block}')); }