You are here

service cache_context.test_discovery in Drupal 8

Class

Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext

Tags

  • cache.context

File

core/modules/simpletest/simpletest.services.yml
core/modules/simpletest/simpletest.services.yml

View source
  1. class: Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext
  2. arguments:
  3. - '@test_discovery'
  4. - '@private_key'
  5. tags:
  6. - { name: cache.context }