protected function setUp()
 {
     parent::setUp();
     Yii::configure(Yii::$app, ['components' => ['mailWorker' => ['class' => MailWoker::className()], 'mailer' => ['class' => 'yii\\swiftmailer\\Mailer', 'useFileTransport' => true, 'fileTransportPath' => self::File_Transpot_Path]], 'params' => ['adminEmail' => self::Admin_Email, 'noreplyEmail' => self::Noreply_Email, 'welcomeEmployeeEmailSubject' => self::Welcome_Employee_Email_Subject]]);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->testAssetBundle = new $this->testAssetBundleClass();
 }