Kaynağa Gözat

* remove this (even though it is in the Vcs test)

till 13 yıl önce
ebeveyn
işleme
5b60885c7a

+ 0 - 10
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()}.
      *