Exemple #1
0
 /**
  * @dataProvider startsWithDP
  */
 public function testStartsWith($a, $b, $c)
 {
     $obj = new _Utils();
     $this->boolean($obj->startsWith($a, $b))->isEqualTo($c);
 }