You are here

protected static property CommentRestExportTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php \Drupal\Tests\comment\Functional\Views\CommentRestExportTest::modules

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php, line 30

Class

CommentRestExportTest
Tests a comment rest export view.

Namespace

Drupal\Tests\comment\Functional\Views

Code

protected static $modules = [
  'node',
  'comment',
  'comment_test_views',
  'rest',
  'hal',
];