Ejemplo n.º 1
0
 /**
  * @dataProvider hgFileDP
  */
 public function testHgFile($a, $b, $c, $d)
 {
     $obj = new _VersionControl();
     $this->string($obj->hgPath($a, $b, $c))->isEqualTo($d);
 }