diff --git a/tests/integration/Espo/Extension/GeneralTest.php b/tests/integration/Espo/Extension/GeneralTest.php index 40a5ad2d3a..8a98bc6084 100644 --- a/tests/integration/Espo/Extension/GeneralTest.php +++ b/tests/integration/Espo/Extension/GeneralTest.php @@ -70,7 +70,7 @@ class GeneralTest extends \tests\integration\Core\BaseTestCase $this->assertFileExists('client/modules/test'); //directory $this->assertFileExists('client/modules/test/src/views/test-entity/fields/custom-type.js'); - $this->assertFileNotExists('vendor/phpunit'); //directory + $this->assertFileNotExists('vendor/zendframework'); //directory $this->assertFileNotExists('extension.php'); $this->assertFileNotExists('upgrade.php'); @@ -93,7 +93,7 @@ class GeneralTest extends \tests\integration\Core\BaseTestCase $this->assertFileNotExists('client/modules/test'); //directory $this->assertFileNotExists('client/modules/test/src/views/test-entity/fields/custom-type.js'); - $this->assertFileExists('vendor/composer'); //directory + $this->assertFileExists('vendor/zendframework'); //directory $this->assertFileExists('extension.php'); $this->assertFileExists('upgrade.php'); @@ -116,7 +116,7 @@ class GeneralTest extends \tests\integration\Core\BaseTestCase $this->assertFileNotExists('client/modules/test'); //directory $this->assertFileNotExists('client/modules/test/src/views/test-entity/fields/custom-type.js'); - $this->assertFileExists('vendor/composer'); //directory + $this->assertFileExists('vendor/zendframework'); //directory $this->assertFileExists('extension.php'); $this->assertFileExists('upgrade.php'); } diff --git a/tests/integration/Espo/Upgrade/GeneralTest.php b/tests/integration/Espo/Upgrade/GeneralTest.php index 03bd6650ab..bef23ce4f0 100644 --- a/tests/integration/Espo/Upgrade/GeneralTest.php +++ b/tests/integration/Espo/Upgrade/GeneralTest.php @@ -66,7 +66,7 @@ class GeneralTest extends \tests\integration\Core\BaseTestCase $this->assertFileExists('data/.backup/upgrades/' . $upgradeId); $this->assertFileExists('custom/Espo/Custom/test.php'); - $this->assertFileNotExists('vendor/phpunit'); + $this->assertFileNotExists('vendor/zendframework'); $this->assertFileNotExists('extension.php'); $this->assertFileNotExists('upgrade.php'); diff --git a/tests/integration/testData/Extension/General.zip b/tests/integration/testData/Extension/General.zip index 43b88219e2..7234352464 100644 Binary files a/tests/integration/testData/Extension/General.zip and b/tests/integration/testData/Extension/General.zip differ diff --git a/tests/integration/testData/Upgrade/General.zip b/tests/integration/testData/Upgrade/General.zip index c21fc8dadc..e7660a84c2 100644 Binary files a/tests/integration/testData/Upgrade/General.zip and b/tests/integration/testData/Upgrade/General.zip differ