You are here

public static property CommentRestExportTest::$modules in Zircon Profile 8

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

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/Views/CommentRestExportTest.php, line 29
Contains \Drupal\comment\Tests\Views\CommentRestExportTest.

Class

CommentRestExportTest
Tests a comment rest export view.

Namespace

Drupal\comment\Tests\Views

Code

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