mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
CS fixes
This commit is contained in:
parent
9a806658d6
commit
11a0d16ccc
31 changed files with 62 additions and 49 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Composer.
|
||||
*
|
||||
|
@ -9,7 +10,6 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
|
||||
namespace Composer\Test\Downloader;
|
||||
|
||||
use Composer\Downloader\PerforceDownloader;
|
||||
|
@ -41,7 +41,6 @@ class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase
|
|||
$this->io = $this->getMock('Composer\IO\IOInterface');
|
||||
}
|
||||
|
||||
|
||||
public function testDoDownloadGetRepoConfig()
|
||||
{
|
||||
$downloader = new PerforceDownloader($this->io, $this->config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue