Skip to content
Snippets Groups Projects

Issue #3310936: Replace packages_comparison fixture with a unit test that mocks ComposerUtility::getInstalledPackages()

Merged Issue #3310936: Replace packages_comparison fixture with a unit test that mocks ComposerUtility::getInstalledPackages()
Files
6
{
"packages": [
{
"name": "drupal/existing",
"version": "1.0.0"
},
{
"name": "drupal/updated",
"version": "1.0.0"
},
{
"name": "drupal/removed",
"version": "1.0.0"
}
]
}
Loading