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:
parent
7131607ad1
commit
a21b0f82db
5 changed files with 91 additions and 25 deletions
|
@ -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:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue