From 83cc49fc8e62f78fd4e22d5fce1df750ead980c8 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Wed, 4 Oct 2023 14:50:01 +0200 Subject: [PATCH] [Composer] Added RepositoryTestCase to explicit classmap For more details see https://github.com/ezsystems/ezplatform-kernel/pull/387 and https://github.com/ezsystems/ezplatform-solr-search-engine/pull/246 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f71d446b06..208d172a7d 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,8 @@ "Ibexa\\Bundle\\LegacySearchEngine\\": "src/bundle/LegacySearchEngine", "Ibexa\\Contracts\\Core\\": "src/contracts", "Ibexa\\Core\\": "src/lib" - } + }, + "classmap": ["tests/integration/Core/RepositoryTestCase.php"] }, "autoload-dev": { "psr-4": {