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 b92674d commit 14bf97cCopy full SHA for 14bf97c
dev/tests/integration/testsuite/Magento/CatalogWidget/Block/Product/Widget/ConditionsTest.php
@@ -73,6 +73,7 @@ public function testRender()
73
/* Assert HTML contains html id */
74
$this->assertStringContainsString('window.options_fieldset67a77e971a7c331b6eaefcaf2f596097', $result);
75
/* Assert HTML contains required JS code */
76
- $this->assertStringContainsString("VarienRulesForm('options_fieldset67a77e971a7c331b6eaefcaf2f596097", $result);
+ $this->assertStringContainsString("VarienRulesForm(
77
+ 'options_fieldset67a77e971a7c331b6eaefcaf2f596097", $result);
78
}
79
0 commit comments