Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / simpletest / simpletest.services.yml
1 services:
2   test_discovery:
3     class: Drupal\simpletest\TestDiscovery
4     arguments: ['@app.root', '@class_loader', '@module_handler']
5   cache_context.test_discovery:
6     class: Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext
7     arguments: ['@test_discovery', '@private_key']
8     tags:
9       - { name: cache.context}