コード例 #1
0
ファイル: SeleniumTestCase.php プロジェクト: nburka/blorgy
 public function tearDown()
 {
     //		$this->stop();
     parent::tearDown();
     $this->config->tearDown();
 }
コード例 #2
0
ファイル: FeedTestCase.php プロジェクト: nburka/blorgy
 public function tearDown()
 {
     $this->config->tearDown();
 }