public static function UnitTestCase::setUpBeforeClass in Drupal 10
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/UnitTestCase.php \Drupal\Tests\UnitTestCase::setUpBeforeClass()
File
- core/
tests/ Drupal/ Tests/ UnitTestCase.php, line 49
Class
- UnitTestCase
- Provides a base class and helpers for Drupal unit tests.
Namespace
Drupal\TestsCode
public static function setUpBeforeClass() : void {
parent::setUpBeforeClass();
VarDumper::setHandler(TestVarDumper::class . '::cliHandler');
}