function CommentLinksTest::setUp
Same name in other branches
- 9 core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php \Drupal\Tests\comment\Kernel\Views\CommentLinksTest::setUp()
- 8.9.x core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php \Drupal\Tests\comment\Kernel\Views\CommentLinksTest::setUp()
- 11.x core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php \Drupal\Tests\comment\Kernel\Views\CommentLinksTest::setUp()
Overrides CommentViewsKernelTestBase::setUp
File
-
core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentLinksTest.php, line 38
Class
- CommentLinksTest
- Tests the comment link field handlers.
Namespace
Drupal\Tests\comment\Kernel\ViewsCode
protected function setUp($import_test_views = TRUE) : void {
parent::setUp($import_test_views);
$this->installEntitySchema('entity_test');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.