1
0
Fork 0

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

pull/377/head
till 2012-03-02 22:09:47 +01:00
parent f7c0ce5c6e
commit 5b60885c7a
1 changed files with 0 additions and 10 deletions

View File

@ -31,16 +31,6 @@ use Composer\IO\NullIO;
*/ */
class SvnDriverTest extends \PHPUnit_Framework_TestCase 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()}. * Provide some examples for {@self::testCredentials()}.
* *