Skip to content
Snippets Groups Projects

Issue #3310929: Remove distro_core and distro_core_recommended fixtures in favor of mocking ComposerUtility::getInstalledPackages() in a unit test

Merged Issue #3310929: Remove distro_core and distro_core_recommended fixtures in favor of mocking ComposerUtility::getInstalledPackages() in a unit test
8 files
+ 85
143
Compare changes
  • Side-by-side
  • Inline
Files
8
{
"packages": [
{
"name": "drupal/test-distribution",
"version": "1.0.0",
"require": {
"drupal/core": "*"
}
},
{
"name": "drupal/core",
"version": "9.8.0"
}
]
}
Loading