Skip to content

Commit

Permalink
fix warning in SearchIndexSubscriberTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jul 25, 2020
1 parent fab4608 commit f146d94
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,12 @@ private function getResponse(bool $asHtml, int $statusCode = 200): ResponseInter
->willReturn($statusCode)
;

$response
->method('getInfo')
->with('response_headers')
->willReturn([])
;

return $response;
}

Expand Down

0 comments on commit f146d94

Please sign in to comment.