Skip to content

Commit 7db389a

Browse files
authored
Merge pull request #2193 from magento-borg/MAGETWO-88946
Fixed issues: - MAGETWO-88946 Static tes fixes
2 parents 5288791 + 8738b19 commit 7db389a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/LayoutTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ public function getAllowedActionNodeMethods()
355355
'unsetChild',
356356
'unsetChildren',
357357
'updateButton',
358-
'setIsProductListingContext'
358+
'setIsProductListingContext',
359+
'checkCompanyStatus', // MAGETWO-88965
360+
'setRendererType', // MAGETWO-88965
359361
];
360362
}
361363
}

0 commit comments

Comments
 (0)