public function testIterator()
 {
     $pullRequests = new PullRequests();
     $iterator = $pullRequests->getIterator();
     $this->assertInstanceOf('\\ArrayIterator', $iterator);
 }