We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc95cd commit 57a9d7eCopy full SHA for 57a9d7e
dev/tests/static/testsuite/Magento/Test/Legacy/_files/whitelist/refactored_controllers.php
@@ -10,8 +10,8 @@
10
* Controllers that were refactored and use ResultInterface
11
*/
12
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',
+ '/app/code/Magento/Catalog/Controller',
+ '/app/code/Magento/Backend/Controller',
+ '/app/code/Magento/Sales/Controller',
+ '/app/code/Magento/Customer/Controller',
17
];
0 commit comments