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