Example #1
0
 /**
  * After step hook.
  *
  * @param \Codeception\Step $step
  */
 public function _afterStep(\Codeception\Step $step)
 {
     \Illuminate\Support\Facades\Facade::clearResolvedInstances();
     parent::_afterStep($step);
 }
Example #2
0
 /**
  * After step hook.
  *
  * @param \Codeception\Step $step
  */
 public function _afterStep(\Codeception\Step $step)
 {
     parent::_afterStep($step);
     Facade::clearResolvedInstances();
 }
Example #3
0
 public function _afterStep(Step $step)
 {
     parent::_afterStep($step);
 }
Example #4
0
 /**
  * After step hook.
  *
  * @param \Codeception\Step $step
  */
 public function _afterStep(\Codeception\Step $step)
 {
     parent::_afterStep($step);
 }
Example #5
0
 /**
  * After step hook.
  *
  * @param \Codeception\Step $step
  */
 public function _afterStep(Step $step)
 {
     Facade::clearResolvedInstances();
     parent::_afterStep($step);
 }