]> git.mxchange.org Git - friendica.git/commitdiff
spelling: remote
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:42:06 +0000 (18:42 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:04:18 +0000 (20:04 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
tests/src/Util/ImagesTest.php

index 384e90936483de8c594d8d51d7f0d01e3051f4f8..b9caf4ccaf7ed5c1ab49ac9ecba6206f9555b4db 100644 (file)
@@ -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),