예제 #1
0
 /**
  * @covers Guzzle\Http\Plugin\MockPlugin::getAllEvents
  */
 public function testDescribesEvents()
 {
     $this->assertInternalType('array', MockPlugin::getAllEvents());
 }