function TestErrorHandler::__construct

Parameters

\Drupal\TestTools\ErrorHandler\BootstrapErrorHandler $parentHandler: The parent error handler.

\PHPUnit\Framework\TestCase $testCase: The test case being executed.

File

core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php, line 32

Class

TestErrorHandler
Drupal's PHPUnit test level error handler.

Namespace

Drupal\TestTools\ErrorHandler

Code

public function __construct(BootstrapErrorHandler $parentHandler, TestCase $testCase) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.