spelling: remote
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
900d4f1207
commit
b2dee7c0dc
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user