commit | author | age | ||
2207d6 | 1 | # Event Listeners (Subscribers) |
W | 2 | |
3 | Where this is possible Codeception uses the Observer pattern to separate different parts of framework and make them act independently. | |
4 | ||
5 | Events are defined in `Codeception\Event`). New features can be added seamlessly when they are created in Subscribers. |