From 5d6fd908f250360cdb4acca8f9f86ef9041e7a17 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 19 Feb 2020 12:37:03 +0300 Subject: [PATCH] update for OC 3.0 --- tests/2.3/TestCase.php | 5 +++++ tests/3.0/TestCase.php | 5 +++++ tests/admin/ControllerRetailcrmAdminTest.php | 4 +++- tests/admin/ModelRetailcrmCustomerAdminTest.php | 4 +++- tests/admin/ModelRetailcrmEventAdminTest.php | 4 +++- tests/admin/ModelRetailcrmOrderAdminTest.php | 4 +++- tests/admin/ModelRetailcrmPricesAdminTest.php | 4 +++- tests/catalog/ControllerRetailcrmApiCatalogTest.php | 4 +++- tests/catalog/ModelRetailcrmCustomerCatalogTest.php | 4 +++- tests/catalog/ModelRetailcrmOrderCatalogTest.php | 4 +++- 10 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 tests/2.3/TestCase.php create mode 100644 tests/3.0/TestCase.php diff --git a/tests/2.3/TestCase.php b/tests/2.3/TestCase.php new file mode 100644 index 0000000..06cc76f --- /dev/null +++ b/tests/2.3/TestCase.php @@ -0,0 +1,5 @@ +