Example #1
0
 public function testGetIterator()
 {
     $coll = new Collection();
     $this->assertInstanceOf('Iterator', $coll->getIterator());
 }