You are here

protected property KernelTestBase::$keyValueFactory in Drupal 8

A KeyValueMemoryFactory instance to use when building the container.

Type: \Drupal\Core\KeyValueStore\KeyValueMemoryFactory

File

core/modules/simpletest/src/KernelTestBase.php, line 110

Class

KernelTestBase
Base class for functional integration tests.

Namespace

Drupal\simpletest

Code

protected $keyValueFactory;