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