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
bfa01285c2
45 changed files with 309 additions and 273 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue