You are here

protected property GenericCacheBackendUnitTestBase::$defaultValue in Drupal 8

Same name in this branch
  1. 8 core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php \Drupal\KernelTests\Core\Cache\GenericCacheBackendUnitTestBase::defaultValue
  2. 8 core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php \Drupal\system\Tests\Cache\GenericCacheBackendUnitTestBase::defaultValue

Random value to use in tests.

Type: string

File

core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php, line 45

Class

GenericCacheBackendUnitTestBase
Tests any cache backend.

Namespace

Drupal\system\Tests\Cache

Code

protected $defaultValue;