Chris@0: [ Chris@0: 'Authorization' => 'Basic ' . base64_encode($this->account->name->value . ':' . $this->account->passRaw), Chris@0: ], Chris@0: ]; Chris@0: } Chris@0: Chris@0: /** Chris@0: * {@inheritdoc} Chris@0: */ Chris@0: protected function assertResponseWhenMissingAuthentication(ResponseInterface $response) { Chris@0: $this->assertResourceErrorResponse(401, 'No authentication credentials provided.', $response); Chris@0: } Chris@0: Chris@0: /** Chris@0: * {@inheritdoc} Chris@0: */ Chris@0: protected function assertAuthenticationEdgeCases($method, Url $url, array $request_options) {} Chris@0: Chris@0: }