Пример #1
0
 protected function notForPhantomJS()
 {
     if ($this->module->_getConfig('browser') == 'phantomjs') {
         $this->markTestSkipped('does not work for phantomjs');
     }
 }