function CommentsHistoryTest::setUp

Overrides CommentTestBase::setUp

File

core/modules/history/tests/src/Functional/CommentsHistoryTest.php, line 36

Class

CommentsHistoryTest
Tests comments history.

Namespace

Drupal\Tests\history\Functional

Code

protected function setUp($import_test_views = TRUE, $modules = [
  'history_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.