-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
feature/eventsIssues related to PHPUnit's event systemIssues related to PHPUnit's event systemtype/enhancementA new idea that should be implementedA new idea that should be implemented
Description
Currently subscribers don't have priority, so their priority depends on the order the extensions were added in the configuration, or the order the subscribers are added within the extension.
What do you think to add a way to define a priority?
There are two possibilities: create an interface PrioritizedSubscriber or add a new int $priority parameter to the method Runner\Extension\Facade::registerSubscriber()
Metadata
Metadata
Assignees
Labels
feature/eventsIssues related to PHPUnit's event systemIssues related to PHPUnit's event systemtype/enhancementA new idea that should be implementedA new idea that should be implemented