예제 #1
0
파일: SitemapTest.php 프로젝트: travisj/zf
 public function testHelperEntryPointWithContainerParam()
 {
     $returned = $this->_helper->sitemap($this->_nav2);
     $this->assertEquals($this->_helper, $returned);
     $this->assertEquals($this->_nav2, $returned->getContainer());
 }