spelling: remote
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
900d4f1207
commit
b2dee7c0dc
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue