Class backend\tests\functional\LoginCest
Inheritance | backend\tests\functional\LoginCest |
---|
Class LoginCest
Public Methods
Method | Description | Defined By |
---|---|---|
_fixtures() | Load fixtures before db transaction begin Called in _before() | backend\tests\functional\LoginCest |
loginUser() | backend\tests\functional\LoginCest |
Method Details
Load fixtures before db transaction begin Called in _before()
See also:
- \Codeception\Module\Yii2::_before()
- \Codeception\Module\Yii2::loadFixtures()
public array _fixtures ( ) |
public void loginUser ( backend\tests\FunctionalTester $I ) | ||
$I | backend\tests\FunctionalTester |