예제 #1
0
 public function testIteratorIsTraversable()
 {
     $this->assertInstanceOf("Traversable", $this->map->getIterator());
 }