Skip to content

Commit dc4d62d

Browse files
author
Bryant Luk
committed
MAGETWO-34952: Final cleanup to ensure Core module is properly removed
- Remove Magento/Core references
1 parent 0f9ce0f commit dc4d62d

File tree

28 files changed

+23
-57
lines changed

28 files changed

+23
-57
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ProductRepositoryMultiStoreTest extends WebapiAbstract
3434

3535
/**
3636
* Create another store one time for testSearch
37-
* @magentoApiDataFixture Magento/Core/_files/store.php
37+
* @magentoApiDataFixture Magento/Store/_files/core_fixturestore.php
3838
*/
3939
public function testCreateAnotherStore()
4040
{

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class CategoryTest extends \Magento\Backend\Utility\Controller
1212
{
1313
/**
14-
* @magentoDataFixture Magento/Core/_files/store.php
14+
* @magentoDataFixture Magento/Store/_files/core_fixturestore.php
1515
* @magentoDbIsolation enabled
1616
* @magentoConfigFixture current_store catalog/frontend/flat_catalog_product 1
1717
* @dataProvider saveActionDataProvider

dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testSetGetStoreId()
115115
}
116116

117117
/**
118-
* @magentoDataFixture Magento/Core/_files/store.php
118+
* @magentoDataFixture Magento/Store/_files/core_fixturestore.php
119119
* @magentoAppIsolation enabled
120120
* @magentoConfigFixture current_store catalog/frontend/flat_catalog_product 1
121121
*/

dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/ProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function testDeleteAttribute()
8888
* @magentoDbIsolation enabled
8989
* @magentoAppIsolation enabled
9090
* @magentoAppArea adminhtml
91-
* @magentoDataFixture Magento/Core/_files/store.php
91+
* @magentoDataFixture Magento/Store/_files/core_fixturestore.php
9292
* @magentoConfigFixture current_store catalog/frontend/flat_catalog_product 1
9393
*/
9494
public function testAddNewStore()

dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
require __DIR__ . '/../../Core/_files/store.php';
6+
require __DIR__ . '/../../Store/_files/core_fixturestore.php';
77
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
88

99
/** @var Magento\Store\Model\Store $store */

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ public function testValidateInvalidMultiselectValues()
779779

780780
/**
781781
* @magentoDataFixture Magento/Catalog/_files/categories.php
782-
* @magentoDataFixture Magento/Core/_files/store.php
782+
* @magentoDataFixture Magento/Store/_files/core_fixturestore.php
783783
* @magentoDataFixture Magento/Catalog/Model/Layer/Filter/_files/attribute_with_option.php
784784
* @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_attribute.php
785785
* @magentoAppIsolation enabled

dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/a_d/file

Whitespace-only changes.

dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/b_e/file

Whitespace-only changes.

dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/magento_default/file

Whitespace-only changes.

dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/magento_g/file

Whitespace-only changes.

0 commit comments

Comments
 (0)