/** * Tests UTF8::ucfirst * * @test * @dataProvider provider_ucfirst */ public function test_ucfirst($input, $expected) { $this->assertSame($expected, UTF8::ucfirst($input)); }