diff --git a/tests/integration/Espo/Extension/GeneralTest.php b/tests/integration/Espo/Extension/GeneralTest.php index 7ba6f7a31b..c14634bc05 100644 --- a/tests/integration/Espo/Extension/GeneralTest.php +++ b/tests/integration/Espo/Extension/GeneralTest.php @@ -74,7 +74,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/zendframework'); //directory + $this->assertFileNotExists('vendor/symfony'); //directory $this->assertFileNotExists('extension.php'); $this->assertFileNotExists('upgrade.php'); @@ -97,7 +97,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/zendframework'); //directory + $this->assertFileExists('vendor/symfony'); //directory $this->assertFileExists('extension.php'); $this->assertFileExists('upgrade.php'); @@ -120,7 +120,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/zendframework'); //directory + $this->assertFileExists('vendor/symfony'); //directory $this->assertFileExists('extension.php'); $this->assertFileExists('upgrade.php'); } diff --git a/tests/integration/testData/Extension/General.zip b/tests/integration/testData/Extension/General.zip index 7234352464..58549ef413 100644 Binary files a/tests/integration/testData/Extension/General.zip and b/tests/integration/testData/Extension/General.zip differ