From a31324ccd822601f64d1d5dea23a7a4b805dc45e Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Thu, 5 Dec 2024 10:02:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D1=80?= =?UTF-8?q?=D0=B0=D1=81=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA=20=D0=A3=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE?= =?UTF-8?q?=D0=BD=D0=B0=D0=BB=D0=B0=20=D0=BF=D0=BE=20=D0=BA=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=BC=D0=BD=D0=BE=D0=BC=D1=83=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intaro.retailcrm/export/export_setup.php | 3 +-- .../lib/component/advanced/installertrait.php | 10 ---------- tests/lib/icml/SettingServiceTest.php | 19 ------------------- 3 files changed, 1 insertion(+), 31 deletions(-) diff --git a/intaro.retailcrm/export/export_setup.php b/intaro.retailcrm/export/export_setup.php index 4bc8f1e7..2b8a3f1c 100644 --- a/intaro.retailcrm/export/export_setup.php +++ b/intaro.retailcrm/export/export_setup.php @@ -562,8 +562,7 @@ if ($STEP === 1) { ?> - -
+
diff --git a/intaro.retailcrm/lib/component/advanced/installertrait.php b/intaro.retailcrm/lib/component/advanced/installertrait.php index f4f4a95f..9b016d11 100644 --- a/intaro.retailcrm/lib/component/advanced/installertrait.php +++ b/intaro.retailcrm/lib/component/advanced/installertrait.php @@ -24,16 +24,6 @@ trait InstallerTrait false ); - $path = $_SERVER['DOCUMENT_ROOT'] . '/local/'; - - CheckDirPath($path); - - $file = new \Bitrix\Main\IO\File($path . 'icml_property_retailcrm.txt', $siteId = null); - - if (!$file->isExists()) { - $file->putContents(""); - } - $pathFrom = $_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/' . Constants::MODULE_ID . diff --git a/tests/lib/icml/SettingServiceTest.php b/tests/lib/icml/SettingServiceTest.php index 90b653ac..72aef38a 100644 --- a/tests/lib/icml/SettingServiceTest.php +++ b/tests/lib/icml/SettingServiceTest.php @@ -17,25 +17,6 @@ class SettingServiceTest extends \BitrixTestCase ; } - public function testConstruct(): SettingsService - { - $path = $_SERVER['DOCUMENT_ROOT'] . '/local/'; - - CheckDirPath($path); - - $file = new \Bitrix\Main\IO\File($path . '/icml_property_retailcrm.txt', $siteId = null); - - $file->putContents("property1 = test prop \n property2 = test prop 2"); - - $settingService = SettingsService::getInstance($this->getSetupVars(), ""); - - $this->assertInstanceOf(SettingsService::class, $settingService); - $this->assertArrayHasKey('property1', $settingService->actualPropList); - $this->assertArrayHasKey('property2', $settingService->actualPropList); - - return $settingService; - } - private function getSetupVars() { return [