コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public static function getAllEvents()
 {
     return array_merge(HttpClient::getAllEvents(), array('client.command.create', 'command.before_prepare', 'command.before_send', 'command.after_send'));
 }
コード例 #2
0
 public function testDescribesEvents()
 {
     $this->assertEquals(array('client.create_request'), Client::getAllEvents());
 }