예제 #1
0
 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();
 }