public function DrupalTest::testTransliteration in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/DrupalTest.php \Drupal\Tests\Core\DrupalTest::testTransliteration()
- 9 core/tests/Drupal/Tests/Core/DrupalTest.php \Drupal\Tests\Core\DrupalTest::testTransliteration()
Tests the transliteration() method.
@covers ::transliteration
File
- core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php, line 391
Class
- DrupalTest
- Tests the Drupal class.
Namespace
Drupal\Tests\CoreCode
public function testTransliteration() {
$this
->setMockContainerService('transliteration');
$this
->assertNotNull(\Drupal::transliteration());
}