mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fix tests
This commit is contained in:
parent
115dc407fa
commit
b3164de813
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
|
|||
->will($this->returnValue($output));
|
||||
|
||||
$svn = new SvnDriver('http://till:secret@corp.svn.local/repo', $console, new Config(), $process);
|
||||
$svn->getTags();
|
||||
$svn->initialize();
|
||||
}
|
||||
|
||||
private function getCmd($cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue