You are here

protected property VariationCacheTest::$cacheKeys in VariationCache 8

The cache keys this test will store things under.

Type: string[]

File

tests/src/Unit/VariationCacheTest.php, line 54

Class

VariationCacheTest
@coversDefaultClass \Drupal\variationcache\Cache\VariationCache @group Cache

Namespace

Drupal\Tests\variationcache\Unit

Code

protected $cacheKeys = [
  'your',
  'housing',
  'situation',
];