コード例 #1
0
 public function tearDown()
 {
     $this->webDriver->close();
 }
コード例 #2
0
ファイル: Test.php プロジェクト: flrnull/acceptie
 private function _closeDriver()
 {
     $this->_driver->close();
 }
コード例 #3
0
ファイル: AjaxUnitTest.php プロジェクト: jibladakpo/helpdesk
 public static function tearDownAfterClass()
 {
     if (self::$webDriver != null) {
         self::$webDriver->close();
     }
 }