Fatal error: Class 'Drush\Commands\DrushCommands' not found in /Users/amy/testsite/Sites/acquia dev desktop/fresh-install/modules/contrib/migrate_tools/src/Commands/MigrateTools Commands.php on line 23

Respuesta :

Answer:

An error showing a class not found in Commands.php file

Explanation:

A class is not found in line 23 of the file on path "/Users/amy/testsite/Sites/acquia dev desktop/fresh-install/modules/contrib/migrate_tools/src/Commands/MigrateTools Commands.php" define the the required class there and all should work.