mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Merge branch '1.6'
This commit is contained in:
commit
464daeebe2
4 changed files with 8 additions and 12 deletions
|
@ -68,7 +68,7 @@ class ArrayRepositoryTest extends TestCase
|
|||
$this->assertEquals('bar', $bar[0]->getName());
|
||||
}
|
||||
|
||||
public function testAutomaticallyAddAndRemoveAliasedPackage()
|
||||
public function testAutomaticallyAddAliasedPackageButNotRemove()
|
||||
{
|
||||
$repo = new ArrayRepository();
|
||||
|
||||
|
@ -83,7 +83,7 @@ class ArrayRepositoryTest extends TestCase
|
|||
|
||||
$repo->removePackage($alias);
|
||||
|
||||
$this->assertCount(0, $repo);
|
||||
$this->assertCount(1, $repo);
|
||||
}
|
||||
|
||||
public function testSearch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue