You are here

protected property UnitTestCase::$randomGenerator in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/UnitTestCase.php \Drupal\Tests\UnitTestCase::randomGenerator

The random generator.

Type: \Drupal\Component\Utility\Random

File

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

Class

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

Namespace

Drupal\Tests

Code

protected $randomGenerator;