Prevent session garbage collection in functional tests.
1 unresolved thread
Closes #3423329
Merge request reports
Activity
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'); - Comment on lines 133 to +136
changed this line in version 2 of the diff
added 1 commit
- c1245ecc - Do not copy the default file over right before we write it anyways
Please register or sign in to reply