コード例 #1
0
ファイル: Application.php プロジェクト: kdyby/selenium
 public function __construct($version)
 {
     parent::__construct($version);
     $this->setCatchExceptions(FALSE);
     $this->setAutoExit(FALSE);
 }
コード例 #2
0
 public function __construct(CodeCoverageSession $coverageSession = null)
 {
     parent::__construct('PhpGuard-Behat');
     $this->coverageSession = CodeCoverageSession::getCached();
 }