function LinkApproveTest::setUp
Same name in other branches
- 10 core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php \Drupal\Tests\comment\Unit\Plugin\views\field\LinkApproveTest::setUp()
Overrides UnitTestCase::setUp
File
-
core/
modules/ comment/ tests/ src/ Unit/ Plugin/ views/ field/ LinkApproveTest.php, line 30
Class
- LinkApproveTest
- @coversDefaultClass \Drupal\comment\Plugin\views\field\LinkApprove @group comment
Namespace
Drupal\Tests\comment\Unit\Plugin\views\fieldCode
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.