1
0
Fork 0
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:
Chris Smith 2014-11-20 15:41:29 +00:00
parent 5edc0925cf
commit 2e40f5f586
3 changed files with 57 additions and 0 deletions

View file

@ -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)