function CommentValidationTest::setUp

Overrides EntityKernelTestBase::setUp

File

core/modules/comment/tests/src/Kernel/CommentValidationTest.php, line 27

Class

CommentValidationTest
Tests comment validation constraints.

Namespace

Drupal\Tests\comment\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->installSchema('comment', [
    'comment_entity_statistics',
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.