function UnicodeTest::testUcfirst
Tests multibyte ucfirst.
@dataProvider providerUcfirst
@covers ::ucfirst
File
-
core/
tests/ Drupal/ Tests/ Component/ Utility/ UnicodeTest.php, line 95
Class
- UnicodeTest
- Test unicode handling features implemented in Unicode component.
Namespace
Drupal\Tests\Component\UtilityCode
public function testUcfirst($text, $expected) {
$this->assertEquals($expected, Unicode::ucfirst($text));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.