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 010c6ae commit 8f3b8a9Copy full SHA for 8f3b8a9
tests/ImageInfoTest.php
@@ -7,7 +7,7 @@ public function testOne()
7
'value' => 'http://a.images.blip.tv/NostalgiaCritic-NCTheMatrix187.jpg',
8
]);
9
10
- $this->assertString($info, [
+ $this->assertEquals($info, [
11
'width' => 620,
12
'height' => 274,
13
'size' => 169880,
0 commit comments