Allow apply to multisite
1 open thread
Closes #3417012
Merge request reports
Activity
- Resolved by Adam G-H
- Resolved by Adam G-H
added 1 commit
- 40c984db - Fix RecipeCommandTest by using DRUPAL_DEV_SITE_PATH in most cases
46 46 $io->error(sprintf('The supplied path %s is not a directory', $recipe_path)); 47 47 return 1; 48 48 } 49 $this->boot(); 49 // This command should not normally need to boot any site but the default, 50 // but in certain cases (like testing) we might need to override that. 51 $this->boot(getenv('DRUPAL_DEV_SITE_PATH') ?: 'sites/default'); - Comment on lines +49 to +51
Please register or sign in to reply