1
0
Fork 0

Test: Verify replacing a package required by the same package satisfies the dep

pull/9317/head
Nils Adermann 2020-10-22 10:32:04 +02:00
parent 290450214e
commit 1d6c0865ca
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
--TEST--
Test that a package requiring something it replaces itself, satisfies itself even though a package exists.
--COMPOSER--
{
"repositories": [
{
"type": "package",
"package": {
"name": "replaced/pkg",
"version": "1.0.0"
}
}
],
"require": {
"replaced/pkg": "1.0.0"
},
"provide": {
"replaced/pkg": "1.0.0"
}
}
--RUN--
update
--EXPECT--