コード例 #1
0
ファイル: SitemapTest.php プロジェクト: pnaq57/zf2demo
 public function testHelperEntryPointWithContainerParam()
 {
     $returned = $this->_helper->__invoke($this->_nav2);
     $this->assertEquals($this->_helper, $returned);
     $this->assertEquals($this->_nav2, $returned->getContainer());
 }