Пример #1
0
 /**
  * @covers Guzzle\Http\Message\Request::getAllEvents
  */
 public function testDescribesEvents()
 {
     $this->assertInternalType('array', Request::getAllEvents());
 }