public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     // Unlike SvnUpdateCommandTest, we only need to check out the working
     // copy once, since we do not change the state of the wc during the test
     self::checkoutRepo();
 }
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
 }