Correct test case descriptions
parent
1b337be236
commit
58f358d028
|
@ -1,9 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Test that conflict on a branch alias is ignored if the alias is not required for installation.
|
Test that root package conflict on a branch alias is ignored if the alias is not required for installation.
|
||||||
|
|
||||||
The alias ends up being marked installed anyway because the install step doesn't know that the branch alias which is
|
|
||||||
present in the lock file was ignored during resolution. This is acceptable as deps were resolvable without the alias
|
|
||||||
and we don't want to modify branch alias meta data in the lock file.
|
|
||||||
--COMPOSER--
|
--COMPOSER--
|
||||||
{
|
{
|
||||||
"repositories": [
|
"repositories": [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Test that conflict on a branch alias is ignored if the alias is not required for installation.
|
Test that conflict of a dependency with a branch alias of another dependency is ignored if the alias is not required for installation.
|
||||||
--COMPOSER--
|
--COMPOSER--
|
||||||
{
|
{
|
||||||
"repositories": [
|
"repositories": [
|
||||||
|
|
Loading…
Reference in New Issue