function DrupalTest::testTranslation

Tests the translation() method.

@covers ::translation

File

core/tests/Drupal/Tests/Core/DrupalTest.php, line 361

Class

DrupalTest
Tests the Drupal class.

Namespace

Drupal\Tests\Core

Code

public function testTranslation() {
  $this->setMockContainerService('string_translation');
  $this->assertNotNull(\Drupal::translation());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.