tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊
https://tempestphp.com
MIT License
813 stars 55 forks source link

feat(discovery): allow exceptions on `DoNotDiscover` classes #521

Closed innocenzi closed 1 day ago

innocenzi commented 1 day ago

This pull request is a follow-up of #512—it adds the ability for classes that should not be discovered by Discovery to still be seen by the specified Discovery classes.

For instance, publishable classes that generally should not be discovered may allow the tempest publish command to show them as publishable classes.

Related to #513

brendt commented 1 day ago

Nice!