Skip to content

Commit 55d4811

Browse files
authored
Fix typo
1 parent 47f8c79 commit 55d4811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Image/ImageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ public function test_to_html_attributes_are_overwritable()
928928

929929
$result = $image->scale(400, 400);
930930
$this->assertStringStartsWith('<img src="');
931-
$this->assertStringEndsWith('" width="100" height="42">', $image->toHtml(['height' => 42));
931+
$this->assertStringEndsWith('" width="100" height="42">', $image->toHtml(['height' => 42]));
932932
}
933933

934934
public function test_optimize_allows_gif()

0 commit comments

Comments
 (0)