From b2dee7c0dcdd4eda222fddb056bf8d24a91a6bba Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:42:06 -0400 Subject: [PATCH] spelling: remote Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/src/Util/ImagesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Util/ImagesTest.php b/tests/src/Util/ImagesTest.php index 384e90936..b9caf4cca 100644 --- a/tests/src/Util/ImagesTest.php +++ b/tests/src/Util/ImagesTest.php @@ -88,7 +88,7 @@ class ImagesTest extends MockedTest * * @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([ new Response(200, $headers, $data),