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