protected static property IntegrationTest::$modules in Drupal 9
Same name in this branch
- 9 core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php \Drupal\Tests\aggregator\Kernel\Views\IntegrationTest::modules
- 9 core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php \Drupal\Tests\statistics\Functional\Views\IntegrationTest::modules
Same name and namespace in other branches
- 8 core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php \Drupal\Tests\aggregator\Kernel\Views\IntegrationTest::modules
Modules to install.
Type: array
Overrides ViewsKernelTestBase::$modules
File
- core/
modules/ aggregator/ tests/ src/ Kernel/ Views/ IntegrationTest.php, line 25
Class
- IntegrationTest
- Tests basic integration of views data from the aggregator module.
Namespace
Drupal\Tests\aggregator\Kernel\ViewsCode
protected static $modules = [
'aggregator',
'aggregator_test_views',
'system',
'field',
'options',
'user',
];