Skip to content

Commit 6df8330

Browse files
committed
Use constant in test ...
1 parent 77cd0d2 commit 6df8330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageInfoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testOne()
2424
public function testGuzzle()
2525
{
2626
$info = Embed\ImageInfo\Guzzle5::getImagesInfo([[
27-
'value' => 'http://www.mixdecultura.ro/wp-content/uploads/2013/03/galicia-locuinte-celtice.jpg',
27+
'value' => self::TEST_IMAGE_URL,
2828
]], [
2929
'client' => new \GuzzleHttp\Client(),
3030
]);

0 commit comments

Comments
 (0)