setRequestMethod('GET'); $this->setRequestUri('/v3/example.com/events'); $api = $this->getApiMock(); $api->get('example.com'); } }