Integration tests fix

This commit is contained in:
Taras Machyshyn
2019-10-18 12:48:30 +03:00
parent fd32696c5a
commit 4ed2c71dfd
-2
View File
@@ -269,8 +269,6 @@ class Tester
$fileManager->removeInDir($this->installPath . '/custom/Espo/Custom');
$fileManager->removeInDir($this->installPath . '/client/custom');
$fileManager->unlink($this->installPath . '/install/config.php');
$this->cleanDirectory($fileManager, $this->installPath . '/application/Espo/Modules', ['Crm']);
$this->cleanDirectory($fileManager, $this->installPath . '/client/modules', ['crm']);
return true;
}