Skip to content

Commit 8f3b8a9

Browse files
committed
fixed imageinfo test
1 parent 010c6ae commit 8f3b8a9

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
@@ -7,7 +7,7 @@ public function testOne()
77
'value' => 'http://a.images.blip.tv/NostalgiaCritic-NCTheMatrix187.jpg',
88
]);
99

10-
$this->assertString($info, [
10+
$this->assertEquals($info, [
1111
'width' => 620,
1212
'height' => 274,
1313
'size' => 169880,

0 commit comments

Comments
 (0)