public function testInteratorInsntance()
 {
     $this->assertInstanceOf('\\ArrayIterator', $this->coll->getIterator());
 }