We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cd0d2 commit 6df8330Copy full SHA for 6df8330
tests/ImageInfoTest.php
@@ -24,7 +24,7 @@ public function testOne()
24
public function testGuzzle()
25
{
26
$info = Embed\ImageInfo\Guzzle5::getImagesInfo([[
27
- 'value' => 'http://www.mixdecultura.ro/wp-content/uploads/2013/03/galicia-locuinte-celtice.jpg',
+ 'value' => self::TEST_IMAGE_URL,
28
]], [
29
'client' => new \GuzzleHttp\Client(),
30
]);
0 commit comments