function EntityLinkTest::setUp

Same name in this branch
  1. 11.x core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php \Drupal\Tests\Core\Entity\EntityLinkTest::setUp()
Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php \Drupal\Tests\Core\Entity\EntityLinkTest::setUp()
  2. 8.9.x core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php \Drupal\Tests\Core\Entity\EntityLinkTest::setUp()
  3. 10 core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php \Drupal\Tests\comment\Unit\Plugin\views\field\EntityLinkTest::setUp()
  4. 10 core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php \Drupal\Tests\Core\Entity\EntityLinkTest::setUp()

Overrides UnitTestCase::setUp

File

core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php, line 25

Class

EntityLinkTest
@coversDefaultClass \Drupal\comment\Plugin\views\field\EntityLink @group comment

Namespace

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

Code

protected function setUp() : void {
    parent::setUp();
    $this->setUpMockLoggerWithMissingEntity();
}

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