CommentNonNodeTest::$modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/comment/tests/src/Functional/CommentNonNodeTest.php, line 33

Class

CommentNonNodeTest
Tests commenting on a test entity.

Namespace

Drupal\Tests\comment\Functional

Code

protected static $modules = [
  'comment',
  'user',
  'field_ui',
  'entity_test',
  'block',
];

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