1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Allow SVN to connect with credentials provided with the auth.json file

This commit is contained in:
Benjamin Grandfond 2014-05-30 17:14:43 +02:00
parent 7131607ad1
commit a21b0f82db
5 changed files with 91 additions and 25 deletions

View file

@ -23,9 +23,6 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
public function testWrongCredentialsInUrl()
{
$console = $this->getMock('Composer\IO\IOInterface');
$console->expects($this->exactly(6))
->method('isInteractive')
->will($this->returnValue(true));
$output = "svn: OPTIONS of 'http://corp.svn.local/repo':";
$output .= " authorization failed: Could not authenticate to server:";