This commit is contained in:
Greyscale 2020-10-20 12:20:23 +02:00
parent c1fbad7aa0
commit 1378e95f81
No known key found for this signature in database
GPG key ID: C6178C19949CFFE3

View file

@ -88,8 +88,8 @@ trait AppTestTrait
*/
protected function createRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface
{
$this->setupContainer();
return (new ServerRequestFactory())->createServerRequest($method, $uri, $serverParams);
}