Issue #3308886: Consolidate Test fixture logic
Merge request reports
Activity
added 2 commits
added 1 commit
- 23cfc531 - move all active.insstalled.json and staged.installed.json into proper sub-folders
added 1 commit
- 08f40a1b - change useComposerFixturesFiles to copyFixtureFolderToActiveDirectory
added 1 commit
- e5f38dc3 - use the active directory as in by-pass if none set
added 2 commits
added 1 commit
- 5ea91b6c - do not delete source files in BypassedStagerServiceBase
added 1 commit
- 748e9649 - use wrong value for 'delete' improved doc comment
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, added 1 commit
- 020b4caf - use copyFixtureFolderToStageDirectoryOnApply() instead of...
Please register or sign in to reply