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