mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Remove unused private methods
This commit is contained in:
parent
e022c07370
commit
1d05d4171c
3 changed files with 0 additions and 25 deletions
|
@ -157,11 +157,4 @@ class RuleSetTest extends TestCase
|
|||
|
||||
$this->assertContains('JOB : Install command rule (install foo 2.1)', $ruleSet->getPrettyString($this->pool));
|
||||
}
|
||||
|
||||
private function getRuleMock()
|
||||
{
|
||||
return $this->getMockBuilder('Composer\DependencyResolver\Rule')
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue