* remove this (even though it is in the Vcs test)
parent
f7c0ce5c6e
commit
5b60885c7a
|
@ -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()}.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue