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