From 282a80a1c13e5d8267a49b64b0ac1ef9567e12e4 Mon Sep 17 00:00:00 2001 From: Andrii Meysar Date: Thu, 28 Sep 2017 08:26:57 +0300 Subject: [PATCH] MAGETWO-57153: [Backport] - [Github] Custom options not displayed correctly on a store view level #2908 #5885 #5612 - for 2.1 --- .../Test/Block/Adminhtml/Product/Edit/Section/Options.php | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php b/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php index f9801e4480437..b8762545393fc 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/Edit/Section/Options.php @@ -354,7 +354,6 @@ protected function optionNameConvert($inputType) * @param string|int $keyRoot * @param array $field * @return void - * @throws \Exception */ private function processField($keyRoot, array &$field) {