mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Remove unused private methods
This commit is contained in:
parent
e022c07370
commit
1d05d4171c
3 changed files with 0 additions and 25 deletions
|
@ -70,15 +70,6 @@ class SvnDriverTest extends TestCase
|
|||
$svn->initialize();
|
||||
}
|
||||
|
||||
private function getCmd($cmd)
|
||||
{
|
||||
if (Platform::isWindows()) {
|
||||
return strtr($cmd, "'", '"');
|
||||
}
|
||||
|
||||
return $cmd;
|
||||
}
|
||||
|
||||
public static function supportProvider()
|
||||
{
|
||||
return array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue