From 7be93fb6995caf07d849c28057fb7d8c2100807b Mon Sep 17 00:00:00 2001 From: Yurii Date: Sun, 15 Mar 2026 13:09:18 +0200 Subject: [PATCH] test namespace specific --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c4f51eba7b..b6555e1a5a 100644 --- a/composer.json +++ b/composer.json @@ -87,7 +87,8 @@ }, "autoload-dev": { "psr-4": { - "tests\\": "tests/", + "tests\\unit\\Espo\\": "tests/unit/Espo", + "tests\\integration\\Espo\\": "tests/integration/Espo", "EspoDev\\": "dev/" } },