/**
  * @covers Guzzle\Service\ResourceIteratorApplyBatched::getAllEvents
  */
 public function testDescribesEvents()
 {
     $this->assertInternalType('array', ResourceIteratorApplyBatched::getAllEvents());
 }