BiFace_Server_Lite/vendor/codeception/base/src/Codeception/Subscriber
2020-03-27 10:13:51 +07:00
..
Shared init 2020-03-27 10:13:51 +07:00
AutoRebuild.php init 2020-03-27 10:13:51 +07:00
BeforeAfterTest.php init 2020-03-27 10:13:51 +07:00
Bootstrap.php init 2020-03-27 10:13:51 +07:00
Console.php init 2020-03-27 10:13:51 +07:00
Dependencies.php init 2020-03-27 10:13:51 +07:00
ErrorHandler.php init 2020-03-27 10:13:51 +07:00
ExtensionLoader.php init 2020-03-27 10:13:51 +07:00
FailFast.php init 2020-03-27 10:13:51 +07:00
GracefulTermination.php init 2020-03-27 10:13:51 +07:00
Module.php init 2020-03-27 10:13:51 +07:00
PrepareTest.php init 2020-03-27 10:13:51 +07:00
README.md init 2020-03-27 10:13:51 +07:00

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.