コード例 #1
0
ファイル: ContainerTest.php プロジェクト: jsnshrmn/Suma
 public function testGetChildrenShouldReturnNullWhenContainerIsEmpty()
 {
     $container = new Zend_Navigation();
     $this->assertEquals(null, $container->getChildren());
 }