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 [