Home
last modified time | relevance | path

Searched refs:useErrorHandler (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DWarningTestCase.php39 protected $useErrorHandler = false; variable in PHPUnit_Framework_WarningTestCase
H A DSkippedTestCase.php39 protected $useErrorHandler = false; variable in PHPUnit_Framework_SkippedTestCase
H A DIncompleteTestCase.php39 protected $useErrorHandler = false; variable in PHPUnit_Framework_IncompleteTestCase
H A DTestCase.php130 private $useErrorHandler = null; variable in PHPUnit_Framework_TestCase
664 * @param bool $useErrorHandler
666 public function setUseErrorHandler($useErrorHandler) argument
668 $this->useErrorHandler = $useErrorHandler;
674 $useErrorHandler = PHPUnit_Util_Test::getErrorHandlerSettings(
679 if ($useErrorHandler !== null) {
680 $this->setUseErrorHandler($useErrorHandler);
761 if ($this->useErrorHandler !== null) {
763 $result->convertErrorsToExceptions($this->useErrorHandler);