1
0
Fork 0
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:
Gabriel Caruso 2019-07-24 03:01:00 +02:00
parent e022c07370
commit 1d05d4171c
No known key found for this signature in database
GPG key ID: 4B385A6EE6C9678D
3 changed files with 0 additions and 25 deletions

View file

@ -40,15 +40,6 @@ class FossilDriverTest extends TestCase
$fs->removeDirectory($this->home);
}
private function getCmd($cmd)
{
if (Platform::isWindows()) {
return strtr($cmd, "'", '"');
}
return $cmd;
}
public static function supportProvider()
{
return array(