Skip to content

Commit 4f9e106

Browse files
committed
MAGETWO-88232: Images from WYSIWYG (Text, Slider) do not show up on admin preview nor storefront
Refactor
1 parent e06b032 commit 4f9e106

File tree

1 file changed

+6
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg

1 file changed

+6
-1
lines changed

dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg/ImagesTest.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testGetCurrentUrl()
4646
* @magentoConfigFixture current_store web/unsecure/base_url http://example.com/
4747
* @dataProvider providerGetImageHtmlDeclaration
4848
*/
49-
public function testGetImageHtmlDeclarationWithUsingStaticUrlsAllowed(
49+
public function testGetImageHtmlDeclaration(
5050
$staticUrlsAllowed,
5151
$filename,
5252
$renderAsTag,
@@ -66,6 +66,11 @@ public function testGetImageHtmlDeclarationWithUsingStaticUrlsAllowed(
6666
}
6767
}
6868

69+
/**
70+
* Data provider for testGetImageHtmlDeclaration
71+
*
72+
* @return array
73+
*/
6974
public function providerGetImageHtmlDeclaration()
7075
{
7176
return [

0 commit comments

Comments
 (0)