createMock(PsrUri::class); $uri->method('getScheme') ->willReturn(\strtolower($scheme)); $uri->method('getHost') ->willReturn(\strtolower($host)); $uri->method('getPath') ->willReturn($path); return $uri; } }