Test namepace at the same/lower level than prod one not found
Idrinth opened this issue · 0 comments
Idrinth commented
De\Idrinth\TestGenerator\AClass
=> De\Idrinth\Test\TestGenerator\AClass
Given
{
"autoload": {
"psr-4": {
"De\\Idrinth\\TestGenerator\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"De\\Idrinth\\Test\\": "test"
}
}
}