1
0
Fork 0
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:
Jordi Boggiano 2021-02-17 23:43:35 +01:00
parent 6f392ae198
commit 6035e462d8
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

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