Browse Source

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

till 13 years ago
parent
commit
5b60885c7a
1 changed files with 0 additions and 10 deletions
  1. 0 10
      tests/Composer/Test/Repository/Vcs/SvnDriverTest.php

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