zxiansheng fcd3349600 first 4 лет назад
..
Command fcd3349600 first 4 лет назад
Coverage fcd3349600 first 4 лет назад
Event fcd3349600 first 4 лет назад
Exception fcd3349600 first 4 лет назад
Lib fcd3349600 first 4 лет назад
Module fcd3349600 first 4 лет назад
Step fcd3349600 first 4 лет назад
Subscriber fcd3349600 first 4 лет назад
Template fcd3349600 first 4 лет назад
Test fcd3349600 first 4 лет назад
Util fcd3349600 first 4 лет назад
Actor.php fcd3349600 first 4 лет назад
Application.php fcd3349600 first 4 лет назад
Codecept.php fcd3349600 first 4 лет назад
Configuration.php fcd3349600 first 4 лет назад
CustomCommandInterface.php fcd3349600 first 4 лет назад
Events.php fcd3349600 first 4 лет назад
Example.php fcd3349600 first 4 лет назад
Extension.php fcd3349600 first 4 лет назад
GroupObject.php fcd3349600 first 4 лет назад
InitTemplate.php fcd3349600 first 4 лет назад
Module.php fcd3349600 first 4 лет назад
README.md fcd3349600 first 4 лет назад
Scenario.php fcd3349600 first 4 лет назад
Snapshot.php fcd3349600 first 4 лет назад
Step.php fcd3349600 first 4 лет назад
Suite.php fcd3349600 first 4 лет назад
SuiteManager.php fcd3349600 first 4 лет назад
TestInterface.php fcd3349600 first 4 лет назад

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.