Support glob pattern in uses()->in() #481
walirazzaq
started this conversation in
Ideas
Replies: 1 comment
-
cc @owenvoke |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While building a modular laravel applications where modules contains their own tests. Currently we have to do something like following to make it work
List could go long so.
I see a PR regarding support of
Finder
but it couldn't make it to happen owing to some reason.I am experimenting with
glob()
along withis_dir()
&file_exists()
pest/src/PendingCalls/UsesCall.php
Line 79 in 04663e0
Like so
This solved the issues of using basic glob patterns supported by glob()
Thanks for your time and making us to love testing♥️
Beta Was this translation helpful? Give feedback.
All reactions