Robin 0aecabe713 以normand项目作为基础版本库 6 years ago
..
Command 0aecabe713 以normand项目作为基础版本库 6 years ago
Coverage 0aecabe713 以normand项目作为基础版本库 6 years ago
Event 0aecabe713 以normand项目作为基础版本库 6 years ago
Exception 0aecabe713 以normand项目作为基础版本库 6 years ago
Lib 0aecabe713 以normand项目作为基础版本库 6 years ago
Module 0aecabe713 以normand项目作为基础版本库 6 years ago
PHPUnit 0aecabe713 以normand项目作为基础版本库 6 years ago
Step 0aecabe713 以normand项目作为基础版本库 6 years ago
Subscriber 0aecabe713 以normand项目作为基础版本库 6 years ago
Template 0aecabe713 以normand项目作为基础版本库 6 years ago
Test 0aecabe713 以normand项目作为基础版本库 6 years ago
Util 0aecabe713 以normand项目作为基础版本库 6 years ago
Actor.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Application.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Codecept.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Configuration.php 0aecabe713 以normand项目作为基础版本库 6 years ago
CustomCommandInterface.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Events.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Example.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Extension.php 0aecabe713 以normand项目作为基础版本库 6 years ago
GroupObject.php 0aecabe713 以normand项目作为基础版本库 6 years ago
InitTemplate.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Module.php 0aecabe713 以normand项目作为基础版本库 6 years ago
README.md 0aecabe713 以normand项目作为基础版本库 6 years ago
Scenario.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Step.php 0aecabe713 以normand项目作为基础版本库 6 years ago
Suite.php 0aecabe713 以normand项目作为基础版本库 6 years ago
SuiteManager.php 0aecabe713 以normand项目作为基础版本库 6 years ago
TestInterface.php 0aecabe713 以normand项目作为基础版本库 6 years ago

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.