Skip to content

Commit 57a9d7e

Browse files
committed
MAGETWO-33064: Implement obsolete test for refactored controllers
1 parent 9dc95cd commit 57a9d7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/whitelist/refactored_controllers.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Controllers that were refactored and use ResultInterface
1111
*/
1212
return [
13-
'\app\code\Magento\Catalog\Controller',
14-
'\app\code\Magento\Backend\Controller',
15-
'\app\code\Magento\Sales\Controller',
16-
'\app\code\Magento\Customer\Controller',
13+
'/app/code/Magento/Catalog/Controller',
14+
'/app/code/Magento/Backend/Controller',
15+
'/app/code/Magento/Sales/Controller',
16+
'/app/code/Magento/Customer/Controller',
1717
];

0 commit comments

Comments
 (0)