Skip to content

Commit 7628a02

Browse files
committed
MAGETWO-88946: Fix static test
1 parent 13d54f9 commit 7628a02

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)