CommentRestExportTest::$modules

Type: modules

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

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

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