-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow usage of namespace selection using wildcards #12
Conversation
Is this PR still active ? |
I will fix the merge conflicts in the coming days. |
@nunomaduro this PR seems useful for several users. Could you approve it please? Thank you in advance 🙏 |
had to revert, because this test was failing:
|
Sadly I could not find the test in question but added the one you mentioned anyway and the code passed the test.
That being said I corrected the Stan issue detected after the merge of #12 and opened #16 to reflect the change. |
As discussed in pestphp/pest#1072 and pestphp/pest#728 this PR allows the usage of wildcards in namespace selection.
This is useful if a module/domain architecture needs to be tested.
Tried to include globstar too but unfortunately symfony finder, as far as I know, does not support it.