Open mambax7 opened 1 year ago
Could you show your project or write a test in addition to existing ones?
Probably you don't have autoload-dev
section inside your composer.json
?
Correct. What should I put there?
You should map test namespace with a test directory. Same as here.
It will be "App\\Tests\\": "tests"
I suppose.
@mambax7 have tried to fix the error?
I have a few thoughts about workaround over it, but adding a few lines into composer.json
is the simplest solution and even logically right.
I'm too busy right now, but hopefully in a week I'll try to dive into it again. Thanks for your tips/ideas!
Unfortunately, I couldn't get it to work on PHP 8.2.1. Should I use a different version of PHP?