You are here

protected property KernelTestBase::$keyValueFactory in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/KernelTestBase.php \Drupal\simpletest\KernelTestBase::keyValueFactory

A KeyValueMemoryFactory instance to use when building the container.

Type: \Drupal\Core\KeyValueStore\KeyValueMemoryFactory.

File

core/modules/simpletest/src/KernelTestBase.php, line 85
Contains \Drupal\simpletest\KernelTestBase.

Class

KernelTestBase
Base class for integration tests.

Namespace

Drupal\simpletest

Code

protected $keyValueFactory;