pest-plugin-arch icon indicating copy to clipboard operation
pest-plugin-arch copied to clipboard

Allow usage of namespace selection using wildcards

Open naxvog opened this issue 1 year ago • 0 comments

As discussed in https://github.com/pestphp/pest/discussions/1072 and https://github.com/pestphp/pest/discussions/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.

naxvog avatar Mar 05 '24 23:03 naxvog