function CommentDepthTest::setUp
Same name in other branches
- 9 core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php \Drupal\Tests\comment\Kernel\Views\CommentDepthTest::setUp()
- 10 core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php \Drupal\Tests\comment\Kernel\Views\CommentDepthTest::setUp()
Overrides CommentViewsKernelTestBase::setUp
File
-
core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentDepthTest.php, line 35
Class
- CommentDepthTest
- Tests the depth of the comment field handler.
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.