protected property DrupalUnitTestBase::$keyValueFactory

A KeyValueMemoryFactory instance to use when building the container.

Type: \Drupal\Core\KeyValueStore\KeyValueMemoryFactory.

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php, line 63
Contains Drupal\simpletest\DrupalUnitTestBase.

Class

DrupalUnitTestBase
Base test case class for Drupal unit tests.

Namespace

Drupal\simpletest

Code

protected $keyValueFactory;