add test namespaces

This commit is contained in:
Yurii
2026-03-15 13:36:33 +02:00
parent 7be93fb699
commit 501de26774
+4 -2
View File
@@ -87,8 +87,10 @@
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"tests\\unit\\Espo\\": "tests/unit/Espo", "tests\\unit\\": "tests/unit/",
"tests\\integration\\Espo\\": "tests/integration/Espo", "tests\\integration\\": "tests/integration/",
"tests\\unit\\Espo\\": "tests/unit/Espo/",
"tests\\integration\\Espo\\": "tests/integration/Espo/",
"EspoDev\\": "dev/" "EspoDev\\": "dev/"
} }
}, },