示例#1
0
 public function testGetIterator()
 {
     $iterator = new \ArrayIterator($this->data);
     $this->assertEquals($iterator, $this->arrayCollection->getIterator());
 }