Skip to content
Snippets Groups Projects
Unverified Commit ec3d1ebb authored by Norman Kämper-Leymann's avatar Norman Kämper-Leymann Committed by Lucas Hedding
Browse files

Issue #3403792 by leymannx, heddn, moshe weitzman: Move Drush commands from...

Issue #3403792 by leymannx, heddn, moshe weitzman: Move Drush commands from src/Drush/ to src/Drush/Commands/
parent 58e60e82
No related branches found
No related tags found
No related merge requests found
Pipeline #67706 failed
services:
migrate_tools.commands:
class: Drupal\migrate_tools\Drush\MigrateToolsCommands
class: Drupal\migrate_tools\Drush\Commands\MigrateToolsCommands
arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
tags:
- { name: drush.command }
......@@ -2,7 +2,7 @@
declare(strict_types = 1);
namespace Drupal\migrate_tools\Drush;
namespace Drupal\migrate_tools\Drush\Commands;
use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
use Drupal\Component\Graph\Graph;
......
......@@ -6,7 +6,7 @@ namespace Drupal\Tests\migrate_tools\Kernel {
use Drupal\migrate\Plugin\MigrationInterface;
use Drupal\migrate\Plugin\MigrationPluginManagerInterface;
use Drupal\migrate_tools\Drush\MigrateToolsCommands;
use Drupal\migrate_tools\Drush\Commands\MigrateToolsCommands;
use Drupal\migrate_tools\MigrateTools;
use Drupal\Tests\migrate\Kernel\MigrateTestBase;
use Drush\Log\DrushLoggerManager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment