|
|
4 年之前 | |
|---|---|---|
| .. | ||
| Command | 4 年之前 | |
| Coverage | 4 年之前 | |
| Event | 4 年之前 | |
| Exception | 4 年之前 | |
| Lib | 4 年之前 | |
| Module | 4 年之前 | |
| Step | 4 年之前 | |
| Subscriber | 4 年之前 | |
| Template | 4 年之前 | |
| Test | 4 年之前 | |
| Util | 4 年之前 | |
| Actor.php | 4 年之前 | |
| Application.php | 4 年之前 | |
| Codecept.php | 4 年之前 | |
| Configuration.php | 4 年之前 | |
| CustomCommandInterface.php | 4 年之前 | |
| Events.php | 4 年之前 | |
| Example.php | 4 年之前 | |
| Extension.php | 4 年之前 | |
| GroupObject.php | 4 年之前 | |
| InitTemplate.php | 4 年之前 | |
| Module.php | 4 年之前 | |
| README.md | 4 年之前 | |
| Scenario.php | 4 年之前 | |
| Snapshot.php | 4 年之前 | |
| Step.php | 4 年之前 | |
| Suite.php | 4 年之前 | |
| SuiteManager.php | 4 年之前 | |
| TestInterface.php | 4 年之前 | |
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 to PHPUnit\Framework\TestCase class.