function CommentApproveLinkTest::setUp
Same name in other branches
- 9 core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php \Drupal\Tests\comment\Functional\Views\CommentApproveLinkTest::setUp()
- 11.x core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php \Drupal\Tests\comment\Functional\Views\CommentApproveLinkTest::setUp()
Overrides CommentTestBase::setUp
File
-
core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentApproveLinkTest.php, line 39
Class
- CommentApproveLinkTest
- Test the "approve_comment" views field for approving comments.
Namespace
Drupal\Tests\comment\Functional\ViewsCode
protected function setUp($import_test_views = TRUE, $modules = [
'comment_test_views',
]) : void {
parent::setUp($import_test_views, $modules);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.