コード例 #1
0
 public function testInteratorInsntance()
 {
     $this->assertInstanceOf('\\ArrayIterator', $this->coll->getIterator());
 }