1
0
Fork 0
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:
Jordi Boggiano 2018-04-12 10:25:03 +02:00
commit bfa01285c2
45 changed files with 309 additions and 273 deletions

View file

@ -24,7 +24,7 @@ class InstallationManagerTest extends TestCase
public function setUp()
{
$this->repository = $this->getMock('Composer\Repository\InstalledRepositoryInterface');
$this->repository = $this->getMockBuilder('Composer\Repository\InstalledRepositoryInterface')->getMock();
}
public function testAddGetInstaller()