Home
last modified time | relevance | path

Searched refs:convertErrorsToExceptions (Results 1 – 8 of 8) sorted by relevance

/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist4 convertErrorsToExceptions="true"
/plugin/icalevents/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist4 convertErrorsToExceptions="true"
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist4 convertErrorsToExceptions="true"
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist4 convertErrorsToExceptions="true"
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist4 convertErrorsToExceptions="true"
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php88 protected $convertErrorsToExceptions = true; variable in PHPUnit_Framework_TestResult
632 if ($this->convertErrorsToExceptions) {
947 public function convertErrorsToExceptions($flag) function in PHPUnit_Framework_TestResult
953 $this->convertErrorsToExceptions = $flag;
963 return $this->convertErrorsToExceptions;
H A DTestCase.php763 $result->convertErrorsToExceptions($this->useErrorHandler);
872 $result->convertErrorsToExceptions($oldErrorHandlerSetting);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php197 $result->convertErrorsToExceptions(false);