1
0
Fork 0
pull/410/head
till 2012-03-12 20:45:27 +01:00
parent 5fdd09104f
commit 50f6445bc9
1 changed files with 0 additions and 4 deletions

View File

@ -23,14 +23,10 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase
/** /**
* Provide some examples for {@self::testCredentials()}. * Provide some examples for {@self::testCredentials()}.
* *
* {@link \Composer\IO\NullIO} is always non-interactive.
*
* @return array * @return array
*/ */
public function urlProvider() public function urlProvider()
{ {
$nullIO = new \Composer\IO\NullIO;
return array( return array(
array('http://till:test@svn.example.org/', $this->getCmd(" --no-auth-cache --username 'till' --password 'test' ")), array('http://till:test@svn.example.org/', $this->getCmd(" --no-auth-cache --username 'till' --password 'test' ")),
array('http://svn.apache.org/', ''), array('http://svn.apache.org/', ''),