-
-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Laravel] Conflicts between Modular architecture and ReflectionClassRecursiveIterator #7023
Comments
I see didn't predict that, maybe that #7024 does the trick, let me know! |
nop, that doesn't resolve the problem, but perhaps you forgot to add the here a repo if you need |
I'll test this today, thanks for the report ! |
I tried with Anyways I'll skip |
API Platform version(s) affected: 4.1.0 and 4.1.1
Description
I have a Modular architecture in my laravel project.
app/Modules/ExampleModule
app/Modules/ExampleModule2
...
Each modules have unit testing with PestPhp.
app/Modules/ExampleModule/tests/
app/Modules/ExampleModule2/tests/
Since the 4.1 there is the tagged interfaces that has been added in the tagServices
Unfortunately Laravel try to discover the files in the Test Folder, creating this error during the
composer autoload
commandHow to reproduce
Create the tree in app
app/Modules/ExampleModule/tests/Feature/Test.php
here the test but it's not relevant
The text was updated successfully, but these errors were encountered: