From e3ec1b05180db2820708f6db26851b0c3f185765 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 4 Mar 2020 17:08:43 +0300 Subject: [PATCH] delete phpunit dir --- tests/{phpunit => }/RetailcrmCatalogTest.php | 0 .../RetailcrmDaemonCollectorTest.php | 0 tests/{phpunit => }/RetailcrmHistoryTest.php | 0 .../{phpunit => }/RetailcrmInventoriesTest.php | 0 .../{phpunit => }/RetailcrmReferencesTest.php | 0 tests/{phpunit => }/RetailcrmTest.php | 0 tests/bootstrap.php | 18 ++++++++++++++++++ tests/phpunit/bootstrap.php | 18 ------------------ 8 files changed, 18 insertions(+), 18 deletions(-) rename tests/{phpunit => }/RetailcrmCatalogTest.php (100%) rename tests/{phpunit => }/RetailcrmDaemonCollectorTest.php (100%) rename tests/{phpunit => }/RetailcrmHistoryTest.php (100%) rename tests/{phpunit => }/RetailcrmInventoriesTest.php (100%) rename tests/{phpunit => }/RetailcrmReferencesTest.php (100%) rename tests/{phpunit => }/RetailcrmTest.php (100%) create mode 100644 tests/bootstrap.php delete mode 100644 tests/phpunit/bootstrap.php diff --git a/tests/phpunit/RetailcrmCatalogTest.php b/tests/RetailcrmCatalogTest.php similarity index 100% rename from tests/phpunit/RetailcrmCatalogTest.php rename to tests/RetailcrmCatalogTest.php diff --git a/tests/phpunit/RetailcrmDaemonCollectorTest.php b/tests/RetailcrmDaemonCollectorTest.php similarity index 100% rename from tests/phpunit/RetailcrmDaemonCollectorTest.php rename to tests/RetailcrmDaemonCollectorTest.php diff --git a/tests/phpunit/RetailcrmHistoryTest.php b/tests/RetailcrmHistoryTest.php similarity index 100% rename from tests/phpunit/RetailcrmHistoryTest.php rename to tests/RetailcrmHistoryTest.php diff --git a/tests/phpunit/RetailcrmInventoriesTest.php b/tests/RetailcrmInventoriesTest.php similarity index 100% rename from tests/phpunit/RetailcrmInventoriesTest.php rename to tests/RetailcrmInventoriesTest.php diff --git a/tests/phpunit/RetailcrmReferencesTest.php b/tests/RetailcrmReferencesTest.php similarity index 100% rename from tests/phpunit/RetailcrmReferencesTest.php rename to tests/RetailcrmReferencesTest.php diff --git a/tests/phpunit/RetailcrmTest.php b/tests/RetailcrmTest.php similarity index 100% rename from tests/phpunit/RetailcrmTest.php rename to tests/RetailcrmTest.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..fb75d62 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,18 @@ +install(); diff --git a/tests/phpunit/bootstrap.php b/tests/phpunit/bootstrap.php deleted file mode 100644 index d96e7f1..0000000 --- a/tests/phpunit/bootstrap.php +++ /dev/null @@ -1,18 +0,0 @@ -install();