public static property DefaultViewRecentCommentsTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php \Drupal\comment\Tests\Views\DefaultViewRecentCommentsTest::modules
Modules to install.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ comment/ src/ Tests/ Views/ DefaultViewRecentCommentsTest.php, line 30 - Contains \Drupal\comment\Tests\Views\DefaultViewRecentCommentsTest.
Class
- DefaultViewRecentCommentsTest
- Tests results for the Recent Comments view shipped with the module.
Namespace
Drupal\comment\Tests\ViewsCode
public static $modules = array(
'node',
'comment',
'block',
);