最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 # Codeception Core
W 2
3 The most important classes are defined in root of Codeception.
4
5 * `Codecept` - starts event dispatcher, loads subscribers, starts SuiteManager
6 * `SuiteManager` - starts modules, starts test runner
7 * `TestLoader` - loads tests from files
8 * `Configuration` - loads YAML configuration
9 * `Events` - defines all Codeception events
10 * `TestCase` - applies Codeception feature to `PHPUnit\Framework\TestCase` class.