コード例 #1
0
ファイル: Symfony1.php プロジェクト: NaszvadiG/ImageCMS
 public function _after(\Codeception\TestCase $test)
 {
     $this->browser->restart();
     $this->browser->resetCurrentException();
     $this->browser->get('/');
 }
コード例 #2
0
 public function restart()
 {
     parent::restart();
     $this->newRequestReset();
     return $this;
 }