Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/UnitTestCase.php \Drupal\Tests\UnitTestCase::setUpBeforeClass()

File

core/tests/Drupal/Tests/UnitTestCase.php, line 46

Class

UnitTestCase
Provides a base class and helpers for Drupal unit tests.

Namespace

Drupal\Tests

Code

public static function setUpBeforeClass() : void {
  parent::setUpBeforeClass();
  VarDumper::setHandler(TestVarDumper::class . '::cliHandler');
}