From 5b60885c7aeff6a722298b7ff305012d871aadfe Mon Sep 17 00:00:00 2001 From: till Date: Fri, 2 Mar 2012 22:09:47 +0100 Subject: [PATCH] * remove this (even though it is in the Vcs test) --- tests/Composer/Test/Repository/Vcs/SvnDriverTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php b/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php index 036e30fb2..4526e2ab7 100644 --- a/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php +++ b/tests/Composer/Test/Repository/Vcs/SvnDriverTest.php @@ -31,16 +31,6 @@ use Composer\IO\NullIO; */ class SvnDriverTest extends \PHPUnit_Framework_TestCase { - private static $gitRepo; - private static $skipped; - - public function setUp() - { - if (self::$skipped) { - $this->markTestSkipped(self::$skipped); - } - } - /** * Provide some examples for {@self::testCredentials()}. *