-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
php-http/mock-client
introduced a breaking change in a minor release. This breaks Swis\Http\Fixture\Client::doSendRequest
because the parent method no longer exists.
Adding this new method would fix it:
/**
* {@inheritdoc}
*/
public function sendRequest(RequestInterface $request): ResponseInterface
{
$this->setDefaultResponse($this->fixtureResponseBuilder->build($request));
return parent::sendRequest($request);
}
Metadata
Metadata
Assignees
Labels
No labels