Fix provider coexistence test, needs another requirement to install both

main
Nils Adermann 4 years ago
parent cf8ff2a75d
commit 85950f8e9a

@ -15,12 +15,16 @@ Test that providers can be installed in conjunction with the package they provid
}, },
{ {
"name": "foo/standard", "name": "foo/standard",
"version": "1.0.0" "version": "1.0.0",
"provide": {
"foo/also-necessary": "1.0.0"
}
} }
] ]
} }
], ],
"require": { "require": {
"foo/also-necessary": "1.0.0",
"foo/standard": "1.0.0", "foo/standard": "1.0.0",
"foo/polyfill": "1.0.0" "foo/polyfill": "1.0.0"
} }
@ -30,5 +34,5 @@ Test that providers can be installed in conjunction with the package they provid
update update
--EXPECT-- --EXPECT--
Installing foo/standard (1.0.0)
Installing foo/polyfill (1.0.0) Installing foo/polyfill (1.0.0)
Installing foo/standard (1.0.0)

Loading…
Cancel
Save