From 29de1a91d263fd5c66b9fbcc9886b35d8e9f0d47 Mon Sep 17 00:00:00 2001 From: Ivan Gavryshko <igavryshko@ebay.com> Date: Tue, 12 May 2015 12:03:02 -0500 Subject: [PATCH] MAGETWO-36070: Move dev/tools/performance-toolkit/generate.php - fixed code integrity test --- .../Magento/Setup/{Model => Fixtures}/FixtureModelTest.php | 0 .../testsuite/Magento/Setup/{Model => Fixtures}/_files/small.xml | 0 .../Magento/Setup/{Model => Fixtures}/_files/tax_rates.csv | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename dev/tests/integration/testsuite/Magento/Setup/{Model => Fixtures}/FixtureModelTest.php (100%) rename dev/tests/integration/testsuite/Magento/Setup/{Model => Fixtures}/_files/small.xml (100%) rename dev/tests/integration/testsuite/Magento/Setup/{Model => Fixtures}/_files/tax_rates.csv (100%) diff --git a/dev/tests/integration/testsuite/Magento/Setup/Model/FixtureModelTest.php b/dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php similarity index 100% rename from dev/tests/integration/testsuite/Magento/Setup/Model/FixtureModelTest.php rename to dev/tests/integration/testsuite/Magento/Setup/Fixtures/FixtureModelTest.php diff --git a/dev/tests/integration/testsuite/Magento/Setup/Model/_files/small.xml b/dev/tests/integration/testsuite/Magento/Setup/Fixtures/_files/small.xml similarity index 100% rename from dev/tests/integration/testsuite/Magento/Setup/Model/_files/small.xml rename to dev/tests/integration/testsuite/Magento/Setup/Fixtures/_files/small.xml diff --git a/dev/tests/integration/testsuite/Magento/Setup/Model/_files/tax_rates.csv b/dev/tests/integration/testsuite/Magento/Setup/Fixtures/_files/tax_rates.csv similarity index 100% rename from dev/tests/integration/testsuite/Magento/Setup/Model/_files/tax_rates.csv rename to dev/tests/integration/testsuite/Magento/Setup/Fixtures/_files/tax_rates.csv -- GitLab