From 50f6445bc9b609f088ecccf238c2517b0d093d92 Mon Sep 17 00:00:00 2001 From: till Date: Mon, 12 Mar 2012 20:45:27 +0100 Subject: [PATCH] cleanup --- tests/Composer/Test/Repository/Vcs/SvnDriverTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php b/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php index 42e88d13c..69e34c0aa 100644 --- a/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php +++ b/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php @@ -23,14 +23,10 @@ class SvnDriverTest extends \PHPUnit_Framework_TestCase /** * Provide some examples for {@self::testCredentials()}. * - * {@link \Composer\IO\NullIO} is always non-interactive. - * * @return array */ public function urlProvider() { - $nullIO = new \Composer\IO\NullIO; - return array( array('http://till:test@svn.example.org/', $this->getCmd(" --no-auth-cache --username 'till' --password 'test' ")), array('http://svn.apache.org/', ''),