Beispiel #1
0
 /**
  * Tests UTF8::strcasecmp
  *
  * @test
  * @dataProvider provider_strcasecmp
  */
 public function test_strcasecmp($input, $input2, $expected)
 {
     $this->assertSame($expected, UTF8::strcasecmp($input, $input2));
 }