mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Remove extra line in method following CS-Fixer
This commit is contained in:
parent
e910e06f63
commit
daedb4a74f
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ class PathRepositoryTest extends TestCase
|
|||
$repositoryUrl = implode(DIRECTORY_SEPARATOR, array(__DIR__, 'Fixtures', 'path', 'missing'));
|
||||
$repository = new PathRepository(array('url' => $repositoryUrl), $ioInterface, $config);
|
||||
$repository->getPackages();
|
||||
|
||||
}
|
||||
|
||||
public function testLoadPackageFromFileSystemWithVersion()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue