BiFace_Server_Lite/vendor/codeception/base/src/Codeception
2020-03-27 10:13:51 +07:00
..
Command init 2020-03-27 10:13:51 +07:00
Coverage init 2020-03-27 10:13:51 +07:00
Event init 2020-03-27 10:13:51 +07:00
Exception init 2020-03-27 10:13:51 +07:00
Lib init 2020-03-27 10:13:51 +07:00
Module init 2020-03-27 10:13:51 +07:00
Step init 2020-03-27 10:13:51 +07:00
Subscriber init 2020-03-27 10:13:51 +07:00
Template init 2020-03-27 10:13:51 +07:00
Test init 2020-03-27 10:13:51 +07:00
Util init 2020-03-27 10:13:51 +07:00
Actor.php init 2020-03-27 10:13:51 +07:00
Application.php init 2020-03-27 10:13:51 +07:00
Codecept.php init 2020-03-27 10:13:51 +07:00
Configuration.php init 2020-03-27 10:13:51 +07:00
CustomCommandInterface.php init 2020-03-27 10:13:51 +07:00
Events.php init 2020-03-27 10:13:51 +07:00
Example.php init 2020-03-27 10:13:51 +07:00
Extension.php init 2020-03-27 10:13:51 +07:00
GroupObject.php init 2020-03-27 10:13:51 +07:00
InitTemplate.php init 2020-03-27 10:13:51 +07:00
Module.php init 2020-03-27 10:13:51 +07:00
README.md init 2020-03-27 10:13:51 +07:00
Scenario.php init 2020-03-27 10:13:51 +07:00
Step.php init 2020-03-27 10:13:51 +07:00
Suite.php init 2020-03-27 10:13:51 +07:00
SuiteManager.php init 2020-03-27 10:13:51 +07:00
TestInterface.php init 2020-03-27 10:13:51 +07:00

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.