Blame view

vendor/codeception/base/src/Codeception/Subscriber/README.md 287 Bytes
8ec727c1   曹明   初始化代码提交
1
2
3
4
5
# Event Listeners (Subscribers)

Where this is possible Codeception uses the Observer pattern to separate different parts of framework and make them act independently.

Events are defined in `Codeception\Event`). New features can be added seamlessly when they are created in Subscribers.