function LinkReplyTest::setUp

Same name and namespace in other branches
  1. 10 core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php \Drupal\Tests\comment\Unit\Plugin\views\field\LinkReplyTest::setUp()

Overrides UnitTestCase::setUp

File

core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php, line 30

Class

LinkReplyTest
@coversDefaultClass <a href="/api/drupal/core%21modules%21comment%21src%21Plugin%21views%21field%21LinkReply.php/class/LinkReply/11.x" title="Field handler to present a link to reply to a comment." class="local">\Drupal\comment\Plugin\views\field\LinkReply</a> @group comment

Namespace

Drupal\Tests\comment\Unit\Plugin\views\field

Code

protected function setUp() : void {
    parent::setUp();
    $this->setUpMockLoggerWithMissingEntity();
    $container = \Drupal::getContainer();
    $container->set('string_translation', $this->createMock(TranslationInterface::class));
    \Drupal::setContainer($container);
}

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