.. | ||
Command | ||
Coverage | ||
Event | ||
Exception | ||
Lib | ||
Module | ||
Step | ||
Subscriber | ||
Template | ||
Test | ||
Util | ||
Actor.php | ||
Application.php | ||
Codecept.php | ||
Configuration.php | ||
CustomCommandInterface.php | ||
Events.php | ||
Example.php | ||
Extension.php | ||
GroupObject.php | ||
InitTemplate.php | ||
Module.php | ||
README.md | ||
Scenario.php | ||
Step.php | ||
Suite.php | ||
SuiteManager.php | ||
TestInterface.php |
Codeception Core
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.