Example #1
0
 public function testDescendantsOfNonExistingNode()
 {
     $node = new Category();
     $this->assertTrue($node->getDescendants()->isEmpty());
 }