Allow usage of namespace selection using wildcards v2
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
Can you add a test like arch()->expect('*')->toUseStrictTypes();, and make that test pass?
Added the strict types test
Output using the only method:
Added #17 to fix those PR checks
@nunomaduro Does this PR need #17 to move forward ? :pray:
I am considering forking and republishing on packagist in order to allow others to use this.
Will be a commitment to keep this up to date though ;)
Haven't had time to test it properly but it should work: https://github.com/naxvog/pest-plugin-arch https://packagist.org/packages/naxvog/pest-plugin-arch
composer require --dev naxvog/pest-plugin-arch
Haven't had time to test it properly but it should work: https://github.com/naxvog/pest-plugin-arch https://packagist.org/packages/naxvog/pest-plugin-arch
composer require --dev naxvog/pest-plugin-arch
What is the next step for this PR to be merged ?
If you ask me, it can be merged immediately.
Edit: Keep in mind that the tests are failing for any PR because of a general test issue. I posted a fix for this in #17
If you ask me, it can be merged immediately.
Edit: Keep in mind that the tests are failing for any PR because of a general test issue. I posted a fix for this in #17
Thanks for your reply !
@nunomaduro Any thoughts on this topic ? :pray: