You are here

protected property StorageTestBase::$objects in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php \Drupal\KernelTests\Core\KeyValueStore\StorageTestBase::objects
  2. 10 core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php \Drupal\KernelTests\Core\KeyValueStore\StorageTestBase::objects

An array of random stdClass objects.

Type: array

File

core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php, line 17

Class

StorageTestBase
Base class for testing key-value storages.

Namespace

Drupal\KernelTests\Core\KeyValueStore

Code

protected $objects = [];