mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix test when on feature branch
This commit is contained in:
parent
6f392ae198
commit
6035e462d8
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class PathRepositoryTest extends TestCase
|
|||
$packages = $repository->getPackages();
|
||||
$names = array();
|
||||
|
||||
$this->assertEquals(2, $repository->count());
|
||||
$this->assertGreaterThanOrEqual(2, $repository->count());
|
||||
|
||||
$package = $packages[0];
|
||||
$names[] = $package->getName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue