The most important classes are defined in root of Codeception.
Codecept
- starts event dispatcher, loads subscribers, starts SuiteManagerSuiteManager
- starts modules, starts test runnerTestLoader
- loads tests from filesConfiguration
- loads YAML configurationEvents
- defines all Codeception eventsTestCase
- applies Codeception feature toPHPUnit\Framework\TestCase
class.