From 501de26774ca84f2de7dd920c6783faabc1ff8fc Mon Sep 17 00:00:00 2001 From: Yurii Date: Sun, 15 Mar 2026 13:36:33 +0200 Subject: [PATCH] add test namespaces --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b6555e1a5a..565faab697 100644 --- a/composer.json +++ b/composer.json @@ -87,8 +87,10 @@ }, "autoload-dev": { "psr-4": { - "tests\\unit\\Espo\\": "tests/unit/Espo", - "tests\\integration\\Espo\\": "tests/integration/Espo", + "tests\\unit\\": "tests/unit/", + "tests\\integration\\": "tests/integration/", + "tests\\unit\\Espo\\": "tests/unit/Espo/", + "tests\\integration\\Espo\\": "tests/integration/Espo/", "EspoDev\\": "dev/" } },