152e315f53637676ee2a8c7ccf1e3dc84253f72e
[yaffs-website] / vendor / drupal / console / config / services / simpletest.yml
1 services:
2   console.test_run:
3     class: Drupal\Console\Command\Test\RunCommand
4     arguments: ['@app.root', '@?test_discovery', '@module_handler', '@date.formatter']
5     tags:
6       - { name: drupal.command }