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

Pest Arch Plugin

Results 13 pest-plugin-arch issues
Sort by recently updated
recently updated
newest added

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)