Searched refs:convertErrorsToExceptions (Results 1 – 8 of 8) sorted by relevance
4 convertErrorsToExceptions="true"
88 protected $convertErrorsToExceptions = true; variable in PHPUnit_Framework_TestResult632 if ($this->convertErrorsToExceptions) {947 public function convertErrorsToExceptions($flag) function in PHPUnit_Framework_TestResult953 $this->convertErrorsToExceptions = $flag;963 return $this->convertErrorsToExceptions;
763 $result->convertErrorsToExceptions($this->useErrorHandler);872 $result->convertErrorsToExceptions($oldErrorHandlerSetting);
197 $result->convertErrorsToExceptions(false);