Skip to content
Snippets Groups Projects

Issue #3308886: Consolidate Test fixture logic

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
67 70 if ($fixture_path && is_dir($fixture_path)) {
68 71 $this->fileSystem->mirror($fixture_path, $destination->resolve(), NULL, [
69 72 'override' => TRUE,
70 'delete' => TRUE,
73 'delete' => FALSE,
  • Comment on lines -70 to +73
    Author Maintainer

    This change allows using not only fixture folders that don't have complete site files but also fixtures folder that just have certain files in the correct locations. for instance having just files in vendor/composer

  • Please register or sign in to reply
  • Ted Bowman added 1 commit

    added 1 commit

    • 020b4caf - use copyFixtureFolderToStageDirectoryOnApply() instead of...

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading