/** * @dataProvider provideCodePointAndUtf8 */ public function testUtf8Chr($codePoint, $utf8) { $this->assertEquals($utf8, Utf8::chr($codePoint)); }