loadFixtures (); } /** * Method is called after all suite tests run */ public function _afterSuite() { $this->unloadFixtures (); } /** * @inheritdoc */ public function fixtures() { return [ 'user' => [ 'class' => UserFixture::className (), 'dataFile' => '@tests/codeception/common/fixtures/data/init_login.php' ] ]; } }