Skip to content
Snippets Groups Projects

Prevent session garbage collection in functional tests.

Open catch requested to merge issue/drupal-3423329:3423329-prevent-session-garbage into 11.x
1 unresolved thread

Closes #3423329

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
131 131 }
132 132 // Copy the testing-specific service overrides in place.
133 133 copy($settings_services_file, $directory . '/services.yml');
134
135 $yaml = new SymfonyYaml();
136 $content = file_get_contents($directory . '/services.yml');
  • added 1 commit

    • c1245ecc - Do not copy the default file over right before we write it anyways

    Compare with previous version

  • Please register or sign in to reply
    Loading