Skip to content
Snippets Groups Projects

Allow apply to multisite

Closes #3417012

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ivan Duarte
  • Adam G-H added 1 commit

    added 1 commit

    • 40c984db - Fix RecipeCommandTest by using DRUPAL_DEV_SITE_PATH in most cases

    Compare with previous version

  • Adam G-H resolved all threads

    resolved all threads

  • 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');
    Please register or sign in to reply
    Loading