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
1 changed files with 1 additions and 1 deletions

View 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),