public static property IntegrationTest::$modules in Drupal 8
Same name in this branch
- 8 core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php \Drupal\Tests\aggregator\Kernel\Views\IntegrationTest::modules
- 8 core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php \Drupal\Tests\statistics\Functional\Views\IntegrationTest::modules
Same name and namespace in other branches
- 9 core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php \Drupal\Tests\statistics\Functional\Views\IntegrationTest::modules
Modules to enable.
Type: array
Overrides ViewTestBase::$modules
File
- core/
modules/ statistics/ tests/ src/ Functional/ Views/ IntegrationTest.php, line 22
Class
- IntegrationTest
- Tests basic integration of views data from the statistics module.
Namespace
Drupal\Tests\statistics\Functional\ViewsCode
public static $modules = [
'statistics',
'statistics_test_views',
'node',
];