naxvog
naxvog
WIP As discussed in https://github.com/rhubarbgroup/redis-cache/pull/277
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...
Modified the `composer.json` file to: 1. impersonate as another module to circumvent the cyclic dependency issue; 2. replace any `pestphp/pest-plugin-arch` packages by the current package.
See #12 Fixed the stan errors that resulted in the revert (https://github.com/pestphp/pest-plugin-arch/actions/runs/11094754954/job/30822574150) edit: - added pipeline runs for commit prior to the revert