protected function TranslationTest::setUp in Zircon Profile 8
Same name in this branch
- 8 core/modules/field/src/Tests/TranslationTest.php \Drupal\field\Tests\TranslationTest::setUp()
 - 8 core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php \Drupal\Tests\Core\Annotation\TranslationTest::setUp()
 
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php \Drupal\Tests\Core\Annotation\TranslationTest::setUp()
 
Overrides UnitTestCase::setUp
File
- core/
tests/ Drupal/ Tests/ Core/ Annotation/ TranslationTest.php, line 30  - Contains \Drupal\Tests\Core\Annotation\TranslationTest.
 
Class
- TranslationTest
 - @coversDefaultClass \Drupal\Core\Annotation\Translation @group Annotation
 
Namespace
Drupal\Tests\Core\AnnotationCode
protected function setUp() {
  $this->translationManager = $this
    ->getStringTranslationStub();
}