public function testGetIterator()
 {
     $this->assertInstanceOf('RecursiveArrayIterator', $this->task->getIterator());
 }