You are here

drush.services.yml in Migrate Tools 8.4

tests/modules/migrate_tools_test/drush.services.yml

File

tests/modules/migrate_tools_test/drush.services.yml
View source
  1. services:
  2. migrate_tools_test.commands:
  3. class: \Drupal\migrate_tools_test\Commands\MigrateToolsTestCommands
  4. arguments: ['@plugin.manager.migration']
  5. tags:
  6. - { name: drush.command }