pest-plugin-arch
pest-plugin-arch copied to clipboard
Pest Arch Plugin
This adds the ability to easily ignore third-party dependencies. Let me know if this has value and I'll add tests :)
This update adds modifier to filter abstract classes in architectural tests. e.g. // Ensure that all abstract classes are "auto-resolvable" ```php expect('App') ->abstracts() ->toHaveAttribute(AutoResolveClass::class); ```
This PR aids in getting the `toBeCasedCorrectly" assertion to work. (https://github.com/pestphp/pest/pull/1455)