You are here

public function PHPUnit_Framework_TestCase::setUseErrorHandler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestCase.php \PHPUnit_Framework_TestCase::setUseErrorHandler()

@since Method available since Release 3.4.0

Parameters

bool $useErrorHandler:

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

File

vendor/phpunit/phpunit/src/Framework/TestCase.php, line 504

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

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