Skip to content

Commit ebc3497

Browse files
author
Oleksandr Iegorov
committed
AC-904: PHP Error instead of 404/getting redirected when accessing any directory in <root>/catalog/product/compare/
1 parent 3b127de commit ebc3497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Router/ActionListTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function getDataProvider()
183183
'Namespace',
184184
'Index',
185185
[],
186-
'false',
186+
false,
187187
null
188188
],
189189
[
@@ -192,7 +192,7 @@ public function getDataProvider()
192192
'adminhtml_product',
193193
'index',
194194
'magento\module\controller\adminhtml\product\index' => '$mockClassName',
195-
'false',
195+
false,
196196
null
197197
],
198198
];

0 commit comments

Comments
 (0)