Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / simpletest / simpletest.services.yml
index 8b645deb246a6ef9088e77d7313e456139dd5e0b..326cf38f2d371f3093ba82f3a57f40ff3e415fa9 100644 (file)
@@ -1,4 +1,9 @@
 services:
   test_discovery:
     class: Drupal\simpletest\TestDiscovery
-    arguments: ['@app.root', '@class_loader', '@module_handler', '@?cache.discovery']
+    arguments: ['@app.root', '@class_loader', '@module_handler']
+  cache_context.test_discovery:
+    class: Drupal\simpletest\Cache\Context\TestDiscoveryCacheContext
+    arguments: ['@test_discovery', '@private_key']
+    tags:
+      - { name: cache.context}