Skip to content

Commit 78b60d0

Browse files
author
Bryant Luk
committed
MAGETWO-34952: Final cleanup to ensure Core module is properly removed
1 parent c2c9017 commit 78b60d0

File tree

6 files changed

+3
-159
lines changed

6 files changed

+3
-159
lines changed

app/code/Magento/Review/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
99
<module name="Magento_Review" setup_version="2.0.0">
1010
<sequence>
11+
<module name="Magento_Catalog"/>
1112
<module name="Magento_Store"/>
1213
</sequence>
1314
</module>

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\Config\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\Variable\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">

lib/internal/Magento/Framework/Controller/Test/Unit/Controller/Index/IndexTest.php.orig

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/internal/Magento/Framework/Controller/Test/Unit/Controller/Index/NotFoundTest.php.orig

Lines changed: 0 additions & 37 deletions
This file was deleted.

lib/internal/Magento/Framework/Controller/Test/Unit/Controller/NorouteTest.php.orig

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)