PHP Class tests\codeception\common\_support\FixtureHelper

Inheritance: extends Codeception\Module, use trait yii\test\FixtureTrait
Show file Open project: yeesoft/yii2-yee-cms

Public Methods

Method Description
_afterSuite ( ) Method is called after all suite tests run
_beforeSuite ( array $settings = [] ) Method called before any suite tests run. Loads User fixture login user to use in acceptance and functional tests.
fixtures ( )
globalFixtures ( )

Protected Methods

Method Description
( )

Method Details

() protected method

protected ( )

_afterSuite() public method

Method is called after all suite tests run
public _afterSuite ( )

_beforeSuite() public method

Method called before any suite tests run. Loads User fixture login user to use in acceptance and functional tests.
public _beforeSuite ( array $settings = [] )
$settings array

fixtures() public method

public fixtures ( )

globalFixtures() public method

public globalFixtures ( )