コード例 #1
0
ファイル: WebDriverTest.php プロジェクト: surjit/Codeception
 protected function notForPhantomJS()
 {
     if ($this->module->_getConfig('browser') == 'phantomjs') {
         $this->markTestSkipped('does not work for phantomjs');
     }
 }