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 d61fe1d commit 9c4a26fCopy full SHA for 9c4a26f
lib/internal/Magento/Framework/Test/Unit/Data/Form/Element/HiddenTest.php
@@ -40,9 +40,9 @@ public function testGetElementHtml($value)
40
foreach ($value as $item) {
41
$this->assertContains($item, $html);
42
}
43
- } else {
44
- $this->assertContains($value, $html);
+ return;
45
+ $this->assertContains($value, $html);
46
47
48
public function getElementHtmlDataProvider()
0 commit comments