Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 709582f

Browse files
committed
code chore
1 parent 07030bf commit 709582f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/TestCase/View/Helper/ImageHelperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function testImageUrl() {
8282
$result = $this->Image->imageUrl($image, 't150', ['pathPrefix' => '/src/']);
8383
$this->assertEquals('/src/test/path/testimage.c3f33c2a.jpg', $result);
8484

85-
8685
$result = $this->Image->imageUrl($image, null, ['pathPrefix' => '/src/']);
8786
$this->assertEquals('/src/test/path/testimage.jpg', $result);
8887
}

0 commit comments

Comments
 (0)