mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add failing test case
This commit is contained in:
parent
5edc0925cf
commit
2e40f5f586
3 changed files with 57 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
--TEST--
|
||||
Installing branch aliased package from a Composer repository.
|
||||
--COMPOSER--
|
||||
{
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "file://install-branch-alias-composer-repo"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"a/a": "3.2.*@dev"
|
||||
}
|
||||
}
|
||||
--RUN--
|
||||
install
|
||||
--EXPECT--
|
||||
Installing a/a (dev-foobar abcdef0)
|
||||
Marking a/a (3.2.x-dev abcdef0) as installed, alias of a/a (dev-foobar abcdef0)
|
Loading…
Add table
Add a link
Reference in a new issue