public function testPrependBlock() { $this->view->loadTemplate('string:{block name="prependBlock"}-fest-{/block}'); $this->view->extendsBlock('prependBlock', 'prepend', 'prepend'); $this->assertEquals('prepend-fest-', $this->view->Template()->fetch()); }