add test namespaces
This commit is contained in:
+4
-2
@@ -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/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user