mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
d036b2390e
commit
ac497feaba
53 changed files with 166 additions and 156 deletions
|
@ -54,7 +54,7 @@ class VersionParserTest extends \PHPUnit_Framework_TestCase
|
|||
);
|
||||
|
||||
$self = $this;
|
||||
$createPackage = function($arr) use ($self) {
|
||||
$createPackage = function ($arr) use ($self) {
|
||||
$package = $self->getMock('\Composer\Package\PackageInterface');
|
||||
$package->expects($self->once())->method('isDev')->will($self->returnValue(true));
|
||||
$package->expects($self->once())->method('getSourceType')->will($self->returnValue('git'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue