public static property CommentRestExportTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 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\ViewsCode
public static $modules = [
'node',
'comment',
'comment_test_views',
'rest',
'hal',
];