Ejemplo n.º 1
0
 /**
  * @dataProvider markStringDP
  */
 public function testMarkString($a, $b, $c)
 {
     $obj = new _Utils();
     $this->string($obj->markString($a, $b, $c))->isEqualTo($c);
 }