_view = new Zend_View(array('scriptPath'=>dirname(__FILE__).'/_files/scripts/')); } public function testDefaultEmpty() { $this->_view->renderToPlaceholder('rendertoplaceholderscript.phtml', 'fooPlaceholder'); $placeholder = new Zend_View_Helper_Placeholder(); $this->assertEquals("Foo Bar\n", $placeholder->placeholder('fooPlaceholder')->getValue()); } }