Beispiel #1
0
 /**
  * Tests UTF8::strrev
  *
  * @test
  * @dataProvider provider_strrev
  */
 public function test_strrev($input, $expected)
 {
     $this->assertSame($expected, UTF8::strrev($input));
 }