PHP Class CodeceptionEventsExtension

Author: Gawain Lynch ([email protected])
Inheritance: extends Codeception\Extension
Afficher le fichier Open project: bolt/bolt

Méthodes publiques

Свойство Type Description
$events list events to listen to

Méthodes publiques

Méthode Description
afterSuite ( Codeception\Event\SuiteEvent $e ) After suite callback
beforeSuite ( Codeception\Event\SuiteEvent $e ) Before suite callback

Private Methods

Méthode Description
afterSuiteAcceptance ( Codeception\Event\SuiteEvent $e ) Clean up after acceptance test suite run.
beforeSuiteAcceptance ( Codeception\Event\SuiteEvent $e ) Set up before acceptance test suite run.
nut ( $args )

Method Details

afterSuite() public méthode

After suite callback
public afterSuite ( Codeception\Event\SuiteEvent $e )
$e Codeception\Event\SuiteEvent

beforeSuite() public méthode

Before suite callback
public beforeSuite ( Codeception\Event\SuiteEvent $e )
$e Codeception\Event\SuiteEvent

Property Details

$events public_oe static_oe property

list events to listen to
public static $events