Skip to content

Commit 23dc232

Browse files
author
Joan He
committed
MAGETWO-33710: Moved Magento\Core\Model\Resource\Variable\Collection.php to Magento_Variable and update tests
1 parent 2f08853 commit 23dc232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_namespaces.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
['Magento\RecurringPayment'],
7171
['Magento\PayPalRecurringPayment'],
7272
['Magento\ConfigurableProduct\Service'],
73+
['Magento\Core\Model\Resource\Variable', 'Magento\Variable\Model\Resource\Variable'],
7374
['Magento\Core\Model\TemplateEngine\Decorator', 'Magento\Developer\Model\TemplateEngine\Decorator'],
75+
['Magento\Core\Model\Variable', 'Magento\Variable\Model\Variable'],
7476
['Magento\Catalog\Service'],
7577
['Magento\CheckoutAgreements\Service'],
7678
['Magento\Checkout\Service'],
7779
['Magento\GiftMessage\Service'],
7880
['Magento\Backend\Controller\Adminhtml\System\Variable', 'Magento\Variable\Controller\Adminhtml\System\Variable'],
79-
['Magento\Core\Model\Resource\Variable', 'Magento\Variable\Model\Resource\Variable'],
80-
['Magento\Core\Model\Variable', 'Magento\Variable\Model\Variable'],
8181
];

0 commit comments

Comments
 (0)