You are here

protected property TempStoreDatabaseTest::$collection in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php \Drupal\KernelTests\Core\TempStore\TempStoreDatabaseTest::collection
  2. 8 core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php \Drupal\Tests\user\Kernel\TempStoreDatabaseTest::collection

The name of the key/value collection to set and retrieve.

Type: string

File

core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php, line 39

Class

TempStoreDatabaseTest
Tests the temporary object storage system.

Namespace

Drupal\Tests\user\Kernel

Code

protected $collection;