diff --git a/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiStoreTest.php b/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiStoreTest.php index e31a51c9313abaff81f0ec9a2d8400aba77bddcc..38470a864d4f144a1a9fab8b250a474b8575df14 100644 --- a/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiStoreTest.php +++ b/dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryMultiStoreTest.php @@ -34,7 +34,7 @@ class ProductRepositoryMultiStoreTest extends WebapiAbstract /** * Create another store one time for testSearch - * @magentoApiDataFixture Magento/Core/_files/store.php + * @magentoApiDataFixture Magento/Store/_files/core_fixturestore.php */ public function testCreateAnotherStore() { diff --git a/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php b/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php index 2d221e570a8ed1f34e7076f87ea95ea5ec637d33..75f5172727328e6cdc75008889dc68730568331e 100644 --- a/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php +++ b/dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php @@ -11,7 +11,7 @@ namespace Magento\Catalog\Controller\Adminhtml; class CategoryTest extends \Magento\Backend\Utility\Controller { /** - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php * @magentoDbIsolation enabled * @magentoConfigFixture current_store catalog/frontend/flat_catalog_product 1 * @dataProvider saveActionDataProvider diff --git a/dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php b/dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php index 72a723413d214a205e9004f35185f0861dbc488d..2eb662d331ffc0a1e6717690ed3a55dc1a5f152b 100644 --- a/dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php +++ b/dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php @@ -115,7 +115,7 @@ class CategoryTest extends \PHPUnit_Framework_TestCase } /** - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php * @magentoAppIsolation enabled * @magentoConfigFixture current_store catalog/frontend/flat_catalog_product 1 */ diff --git a/dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/ProcessorTest.php b/dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/ProcessorTest.php index 16bc2ff9e719257d271223d7e1f825057ac3fe71..2eb856f8f8236f39b824ec3f329afc62101c2b62 100644 --- a/dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/ProcessorTest.php +++ b/dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/ProcessorTest.php @@ -88,7 +88,7 @@ class ProcessorTest extends \Magento\TestFramework\Indexer\TestCase * @magentoDbIsolation enabled * @magentoAppIsolation enabled * @magentoAppArea adminhtml - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php * @magentoConfigFixture current_store catalog/frontend/flat_catalog_product 1 */ public function testAddNewStore() diff --git a/dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php b/dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php index 4f9c3e4c3fecf059e19661ee158d1e36a8da5979..133bc16660b5d139f225a735d1503bc3a9318ce0 100644 --- a/dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php +++ b/dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_multistore.php @@ -3,7 +3,7 @@ * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ -require __DIR__ . '/../../Core/_files/store.php'; +require __DIR__ . '/../../Store/_files/core_fixturestore.php'; $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager(); /** @var Magento\Store\Model\Store $store */ diff --git a/dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php b/dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php index 1563fc9e8d6ea3b382a1bd7bffbdb622359f199a..19996ca0d1f2ea8abaab4fe6eb030e20afc22886 100644 --- a/dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php +++ b/dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php @@ -779,7 +779,7 @@ class ProductTest extends \PHPUnit_Framework_TestCase /** * @magentoDataFixture Magento/Catalog/_files/categories.php - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php * @magentoDataFixture Magento/Catalog/Model/Layer/Filter/_files/attribute_with_option.php * @magentoDataFixture Magento/ConfigurableProduct/_files/configurable_attribute.php * @magentoAppIsolation enabled diff --git a/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/a_d/file b/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/a_d/file deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/b_e/file b/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/b_e/file deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/magento_default/file b/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/magento_default/file deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/magento_g/file b/dev/tests/integration/testsuite/Magento/Core/Model/Theme/Source/_files/design/frontend/magento_g/file deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/dev/tests/integration/testsuite/Magento/Core/_files/config_cache.php b/dev/tests/integration/testsuite/Magento/Core/_files/config_cache.php deleted file mode 100644 index 6a4289fe4ea26e07297dd3a64abf32215d1f0c50..0000000000000000000000000000000000000000 --- a/dev/tests/integration/testsuite/Magento/Core/_files/config_cache.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -/** - * Copyright © 2015 Magento. All rights reserved. - * See COPYING.txt for license details. - */ - -/** @var \Magento\Framework\App\Cache\Type\Config $layoutCache */ -$layoutCache = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() - ->get('Magento\Framework\App\Cache\Type\Config'); -$layoutCache->save('fixture config cache data', 'CONFIG_CACHE_FIXTURE'); diff --git a/dev/tests/integration/testsuite/Magento/Core/_files/etc/config.xml b/dev/tests/integration/testsuite/Magento/Core/_files/etc/config.xml deleted file mode 100644 index abb86faf8175e57781bbf8e8a0fb2c798e7f20c0..0000000000000000000000000000000000000000 --- a/dev/tests/integration/testsuite/Magento/Core/_files/etc/config.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0"?> -<!-- -/** - * Copyright © 2015 Magento. All rights reserved. - * See COPYING.txt for license details. - */ ---> -<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../../app/code/Magento/Store/etc/config.xsd"> - <default> - <areas> - <test_area1> - <areaNode>value</areaNode> - </test_area1> - <test_area2> - </test_area2> - <test_area3> - </test_area3> - </areas> - </default> -</config> diff --git a/dev/tests/integration/testsuite/Magento/Core/_files/fixture.csv b/dev/tests/integration/testsuite/Magento/Core/_files/fixture.csv deleted file mode 100644 index 297c90f5e6ec9735cd6c518b6e65ba61cf38f11e..0000000000000000000000000000000000000000 --- a/dev/tests/integration/testsuite/Magento/Core/_files/fixture.csv +++ /dev/null @@ -1,3 +0,0 @@ -"Search:","Fixture search:" -"Search entire store here...","Fixture search entire store here..." -"Fixture string","Fixture translation" diff --git a/dev/tests/integration/testsuite/Magento/Customer/Model/Config/ShareTest.php b/dev/tests/integration/testsuite/Magento/Customer/Model/Config/ShareTest.php index 67243448374f24d8e3348638fd95eee4c1ccc724..7ec75e92d513795c73eaa286704bf3da208b707d 100644 --- a/dev/tests/integration/testsuite/Magento/Customer/Model/Config/ShareTest.php +++ b/dev/tests/integration/testsuite/Magento/Customer/Model/Config/ShareTest.php @@ -23,7 +23,7 @@ class ShareTest extends \PHPUnit_Framework_TestCase } /** - * @magentoDataFixture Magento/Core/_files/second_third_store.php + * @magentoDataFixture Magento/Store/_files/core_second_third_fixturestore.php * @magentoConfigFixture current_store customer/account_share/scope 0 */ public function testGetSharedWebsiteIdsMultipleSites() diff --git a/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php b/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php index e08486410020a74ff23d708edb92749e552a36e7..b0d281642992f6a1cff2d94020db43d4dd014d4c 100644 --- a/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php +++ b/dev/tests/integration/testsuite/Magento/Customer/Model/GroupManagementTest.php @@ -42,7 +42,7 @@ class GroupManagementTest extends \PHPUnit_Framework_TestCase } /** - * @magentoDataFixture Magento/Core/_files/second_third_store.php + * @magentoDataFixture Magento/Store/_files/core_second_third_fixturestore.php */ public function testGetDefaultGroupWithNonDefaultStoreId() { diff --git a/dev/tests/integration/testsuite/Magento/Email/Model/TemplateTest.php b/dev/tests/integration/testsuite/Magento/Email/Model/TemplateTest.php index 33795b03195702ac0c7b08416f7f70f6f6963531..72cbb8f071d6f7b0a8cdd2574bc3ccb6005eabe1 100644 --- a/dev/tests/integration/testsuite/Magento/Email/Model/TemplateTest.php +++ b/dev/tests/integration/testsuite/Magento/Email/Model/TemplateTest.php @@ -89,7 +89,7 @@ class TemplateTest extends \PHPUnit_Framework_TestCase /** * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetProcessedTemplate() { @@ -137,7 +137,7 @@ class TemplateTest extends \PHPUnit_Framework_TestCase /** * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetProcessedTemplateSubject() { diff --git a/dev/tests/integration/testsuite/Magento/Newsletter/Model/TemplateTest.php b/dev/tests/integration/testsuite/Magento/Newsletter/Model/TemplateTest.php index 8eadd1a288a00ca7b217547c55c3fd42b0c9006c..d501af84c4c26266dff6331a627d6ab1aad6dd30 100644 --- a/dev/tests/integration/testsuite/Magento/Newsletter/Model/TemplateTest.php +++ b/dev/tests/integration/testsuite/Magento/Newsletter/Model/TemplateTest.php @@ -6,7 +6,7 @@ namespace Magento\Newsletter\Model; /** - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ class TemplateTest extends \PHPUnit_Framework_TestCase { diff --git a/dev/tests/integration/testsuite/Magento/Newsletter/_files/subscribers.php b/dev/tests/integration/testsuite/Magento/Newsletter/_files/subscribers.php index fe3cc067ec3e18690865de39ee50aaf7c9e90988..470db3b9ad92d926c1f1f75b72446c3bc63cc1f3 100644 --- a/dev/tests/integration/testsuite/Magento/Newsletter/_files/subscribers.php +++ b/dev/tests/integration/testsuite/Magento/Newsletter/_files/subscribers.php @@ -4,7 +4,7 @@ * See COPYING.txt for license details. */ -require __DIR__ . '/../../../Magento/Core/_files/store.php'; +require __DIR__ . '/../../../Magento/Store/_files/core_fixturestore.php'; require __DIR__ . '/../../../Magento/Customer/_files/customer.php'; $currentStore = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get( diff --git a/dev/tests/integration/testsuite/Magento/Sales/_files/order_fixture_store.php b/dev/tests/integration/testsuite/Magento/Sales/_files/order_fixture_store.php index 6bbd0430c0bfc3f3a637465ea1aa9d5b30ea0d55..4d4c2d92a90b08fd8d132090fde771ca1d8a5261 100644 --- a/dev/tests/integration/testsuite/Magento/Sales/_files/order_fixture_store.php +++ b/dev/tests/integration/testsuite/Magento/Sales/_files/order_fixture_store.php @@ -6,7 +6,7 @@ // @codingStandardsIgnoreFile -require __DIR__ . '/../../../Magento/Core/_files/store.php'; +require __DIR__ . '/../../../Magento/Store/_files/core_fixturestore.php'; require __DIR__ . '/../../../Magento/Catalog/_files/product_simple_duplicated.php'; /** @var \Magento\Catalog\Model\Product $product */ diff --git a/dev/tests/integration/testsuite/Magento/Core/_files/store.php b/dev/tests/integration/testsuite/Magento/Store/_files/core_fixturestore.php similarity index 100% rename from dev/tests/integration/testsuite/Magento/Core/_files/store.php rename to dev/tests/integration/testsuite/Magento/Store/_files/core_fixturestore.php diff --git a/dev/tests/integration/testsuite/Magento/Core/_files/second_third_store.php b/dev/tests/integration/testsuite/Magento/Store/_files/core_second_third_fixturestore.php similarity index 100% rename from dev/tests/integration/testsuite/Magento/Core/_files/second_third_store.php rename to dev/tests/integration/testsuite/Magento/Store/_files/core_second_third_fixturestore.php diff --git a/dev/tests/integration/testsuite/Magento/Theme/Model/View/DesignTest.php b/dev/tests/integration/testsuite/Magento/Theme/Model/View/DesignTest.php index 2fe398ded09e7e0de078b09ffbb481f0f927fd22..4eec44f4a23449fd83b217e2dcd5f3b8470895de 100644 --- a/dev/tests/integration/testsuite/Magento/Theme/Model/View/DesignTest.php +++ b/dev/tests/integration/testsuite/Magento/Theme/Model/View/DesignTest.php @@ -126,7 +126,7 @@ class DesignTest extends \PHPUnit_Framework_TestCase /** * @magentoConfigFixture current_store design/theme/theme_id one * @magentoConfigFixture fixturestore_store design/theme/theme_id two - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetConfigurationDesignThemeStore() { diff --git a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Edit/FormTest.php b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Edit/FormTest.php index a17d3e18b9174680f40178c19876ce7e06707eb0..d4780d259aafb1213be6b66d7b5329f425ebea5a 100644 --- a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Edit/FormTest.php +++ b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Catalog/Edit/FormTest.php @@ -88,7 +88,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * * @dataProvider getEntityStoresDataProvider * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php * * @param array $productData * @param array $categoryData @@ -117,7 +117,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * Check exception is thrown when product does not associated with stores * * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetEntityStoresProductStoresException() { @@ -139,7 +139,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * Check exception is thrown when product stores in intersection with category stores is empty * * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php * */ public function testGetEntityStoresProductCategoryStoresException() @@ -166,7 +166,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * Check exception is thrown when category does not associated with stores * * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetEntityStoresCategoryStoresException() { diff --git a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/Edit/FormTest.php b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/Edit/FormTest.php index 8e95b21be5814e048e8696cee33156c0462ec85b..8eb255b89d94b35401db85052a114f4fc2577567 100644 --- a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/Edit/FormTest.php +++ b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/Edit/FormTest.php @@ -70,7 +70,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * Test entity stores * * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetEntityStores() { @@ -91,7 +91,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * Check exception is thrown when product does not associated with stores * * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testGetEntityStoresProductStoresException() { diff --git a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/GridTest.php b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/GridTest.php index cd1827579b22945d145266e0305afa8b43ed59f8..a201e3105ae79dd598267cc054d3b20562e80225 100644 --- a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/GridTest.php +++ b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Cms/Page/GridTest.php @@ -48,7 +48,7 @@ class GridTest extends \PHPUnit_Framework_TestCase /** * Test prepare grid when there is more than one store * - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testPrepareGridForMultipleStores() { diff --git a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Edit/FormTest.php b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Edit/FormTest.php index 18382c4b69f1ee450254ff283e22e4535c406aeb..570e42dad7dba858baa7751723d99604414b46b6 100644 --- a/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Edit/FormTest.php +++ b/dev/tests/integration/testsuite/Magento/UrlRewrite/Block/Edit/FormTest.php @@ -116,7 +116,7 @@ class FormTest extends \PHPUnit_Framework_TestCase * Test store selection is available and correctly configured * * @magentoAppIsolation enabled - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testStoreElementMultiStores() { diff --git a/dev/tests/integration/testsuite/Magento/Webapi/Controller/PathProcessorTest.php b/dev/tests/integration/testsuite/Magento/Webapi/Controller/PathProcessorTest.php index 268d2274beb25c2963d630b095a290f4af542ce0..f9f6ceda847cd08e413b946714077ae302d69e57 100644 --- a/dev/tests/integration/testsuite/Magento/Webapi/Controller/PathProcessorTest.php +++ b/dev/tests/integration/testsuite/Magento/Webapi/Controller/PathProcessorTest.php @@ -26,7 +26,7 @@ class PathProcessorTest extends \PHPUnit_Framework_TestCase } /** - * @magentoDataFixture Magento/Core/_files/store.php + * @magentoDataFixture Magento/Store/_files/core_fixturestore.php */ public function testProcessWithValidStoreCode() { diff --git a/dev/tests/static/testsuite/Magento/Test/Integrity/Readme/_files/blacklist/ce.txt b/dev/tests/static/testsuite/Magento/Test/Integrity/Readme/_files/blacklist/ce.txt index f40e2c359dd6cde8fc5f09356449321942624091..2fd6ad123621cb9b830d5d02b3840463d4520fbc 100644 --- a/dev/tests/static/testsuite/Magento/Test/Integrity/Readme/_files/blacklist/ce.txt +++ b/dev/tests/static/testsuite/Magento/Test/Integrity/Readme/_files/blacklist/ce.txt @@ -2,7 +2,6 @@ app/code/Magento/CatalogImportExport app/code/Magento/CatalogUrlRewrite app/code/Magento/CmsUrlRewrite app/code/Magento/ConfigurableImportExport -app/code/Magento/Core app/code/Magento/Doc app/code/Magento/GroupedImportExport app/code/Magento/Msrp