Skip to content

Commit

Permalink
Fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Cappelle committed Sep 26, 2017
1 parent 6237877 commit 202dd82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public function testGetImageHtmlDeclaration($baseUrl, $fileName, $isUsingStaticU

$this->backendDataMock->expects($this->any())
->method('getUrl')
->with('cms/wysiwyg/directive', ['___directive' => $directive])
->with('cms/wysiwyg/directive', ['___directive' => $directive, '_escape_params' => false])
->willReturn($directive);

$this->assertEquals($expectedHtml, $this->imagesHelper->getImageHtmlDeclaration($fileName));
Expand Down

0 comments on commit 202dd82

Please sign in to comment.