/**
  * Tests the getIterator method.
  *
  * @return  void
  *
  * @since   12.3
  */
 public function testGetIterator()
 {
     $this->assertInstanceOf('ArrayIterator', $this->_instance->getIterator());
 }