cleanup
parent
5fdd09104f
commit
50f6445bc9
|
@ -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/', ''),
|
||||||
|
|
Loading…
Reference in New Issue