Ejemplo n.º 1
0
 /**
  * @param $boolean boolean
  * @param $compareWith \PHPJ\Lang\String
  * @dataProvider dataRegionMatchesIgnoreCase
  */
 public function testRegionMatchesIgnoreCase($boolean, $toffset, $compareWith, $oofset, $len)
 {
     $this->assertEquals($boolean, $this->string->regionMatchesIgnoreCase($toffset, new String($compareWith), $oofset, $len));
 }