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 e06b032 commit 4f9e106Copy full SHA for 4f9e106
dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg/ImagesTest.php
@@ -46,7 +46,7 @@ public function testGetCurrentUrl()
46
* @magentoConfigFixture current_store web/unsecure/base_url http://example.com/
47
* @dataProvider providerGetImageHtmlDeclaration
48
*/
49
- public function testGetImageHtmlDeclarationWithUsingStaticUrlsAllowed(
+ public function testGetImageHtmlDeclaration(
50
$staticUrlsAllowed,
51
$filename,
52
$renderAsTag,
@@ -66,6 +66,11 @@ public function testGetImageHtmlDeclarationWithUsingStaticUrlsAllowed(
66
}
67
68
69
+ /**
70
+ * Data provider for testGetImageHtmlDeclaration
71
+ *
72
+ * @return array
73
+ */
74
public function providerGetImageHtmlDeclaration()
75
{
76
return [
0 commit comments