Skip to content

Commit c2c9017

Browse files
author
Bryant Luk
committed
MAGETWO-34952: Final cleanup to ensure Core module is properly removed
- Change collection references
1 parent 3e37cce commit c2c9017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Core/Test/Fixture/ConfigData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module="Magento_Core"
1111
type="flat"
1212
entity_type="core_config_data"
13-
collection="Magento\Core\Model\Resource\Config\Data\Collection"
13+
collection="Magento\Config\Model\Resource\Config\Data\Collection"
1414
repository_class="Magento\Core\Test\Repository\ConfigData"
1515
handler_interface="Magento\Core\Test\Handler\ConfigData\ConfigDataInterface"
1616
class="Magento\Core\Test\Fixture\ConfigData">

dev/tests/functional/tests/app/Magento/Core/Test/Fixture/SystemVariable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<fixture name="systemVariable"
1010
module="Magento_Core"
1111
type="composite"
12-
collection="Magento\Core\Model\Resource\Variable\Collection"
12+
collection="Magento\Variable\Model\Resource\Variable\Collection"
1313
handler_interface="Magento\Core\Test\Handler\SystemVariable\SystemVariableInterface"
1414
class="Magento\Core\Test\Fixture\SystemVariable">
1515
<dataset name="default">

0 commit comments

Comments
 (0)