public function testGetIterator()
 {
     $this->assertTrue($this->tree->getIterator() instanceof \ArrayIterator);
 }