public function DrupalTest::testTransliteration in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 402 - Contains \Drupal\Tests\Core\DrupalTest.
Class
- DrupalTest
- Tests the Drupal class.
Namespace
Drupal\Tests\CoreCode
public function testTransliteration() {
$this
->setMockContainerService('transliteration');
$this
->assertNotNull(\Drupal::transliteration());
}