Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / config / services / drupal-core / simpletest.yml
index 20d3f34b80ed1606c70de75b80f4072d7af482f1..862b856a6f2893009fa020cdbeefc09eea55c5a7 100644 (file)
@@ -1,10 +1,10 @@
 services:
-  test_debug:
+  console.test_debug:
     class: Drupal\Console\Command\Test\DebugCommand
     arguments: ['@test_discovery']
     tags:
       - { name: drupal.command }
-  test_run:
+  console.test_run:
     class: Drupal\Console\Command\Test\RunCommand
     arguments: ['@app.root', '@test_discovery', '@module_handler', '@date.formatter']
     tags: