public function PHPUnit_Framework_TestCase::setUseErrorHandler

@since Method available since Release 3.4.0

Parameters

boolean $useErrorHandler:

1 call to PHPUnit_Framework_TestCase::setUseErrorHandler()
PHPUnit_Framework_TestCase::setUseErrorHandlerFromAnnotation in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
@since Method available since Release 3.4.0

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 497

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

public function setUseErrorHandler($useErrorHandler) {
  $this->useErrorHandler = $useErrorHandler;
}