Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-project/vendor/codeception/base/src/Codeception/
Upload File :
Current File : /var/www/html/dyna-project/vendor/codeception/base/src/Codeception/README.md

# Codeception Core

The most important classes are defined in root of Codeception.

* `Codecept` - starts event dispatcher, loads subscribers, starts SuiteManager
* `SuiteManager` - starts modules, starts test runner
* `TestLoader` - loads tests from files
* `Configuration` - loads YAML configuration
* `Events` - defines all Codeception events
* `TestCase` - applies Codeception feature to `PHPUnit_Framework_TestCase` class.