spelling: remote

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:42:06 -04:00
parent 900d4f1207
commit b2dee7c0dc

View file

@ -88,7 +88,7 @@ class ImagesTest extends MockedTest
* *
* @dataProvider dataImages * @dataProvider dataImages
*/ */
public function testGetInfoFromRemotURL(string $url, array $headers, string $data, array $assertion) public function testGetInfoFromRemoteURL(string $url, array $headers, string $data, array $assertion)
{ {
$this->httpRequestHandler->setHandler(new MockHandler([ $this->httpRequestHandler->setHandler(new MockHandler([
new Response(200, $headers, $data), new Response(200, $headers, $data),