예제 #1
0
 public function tearDown()
 {
     $this->webDriver->close();
 }
예제 #2
0
파일: Test.php 프로젝트: flrnull/acceptie
 private function _closeDriver()
 {
     $this->_driver->close();
 }
예제 #3
0
 public static function tearDownAfterClass()
 {
     if (self::$webDriver != null) {
         self::$webDriver->close();
     }
 }