Remove extra line in method following CS-Fixer
parent
e910e06f63
commit
daedb4a74f
|
@ -34,7 +34,6 @@ class PathRepositoryTest extends TestCase
|
||||||
$repositoryUrl = implode(DIRECTORY_SEPARATOR, array(__DIR__, 'Fixtures', 'path', 'missing'));
|
$repositoryUrl = implode(DIRECTORY_SEPARATOR, array(__DIR__, 'Fixtures', 'path', 'missing'));
|
||||||
$repository = new PathRepository(array('url' => $repositoryUrl), $ioInterface, $config);
|
$repository = new PathRepository(array('url' => $repositoryUrl), $ioInterface, $config);
|
||||||
$repository->getPackages();
|
$repository->getPackages();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testLoadPackageFromFileSystemWithVersion()
|
public function testLoadPackageFromFileSystemWithVersion()
|
||||||
|
|
Loading…
Reference in New Issue