protected static property RssTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Functional/RssTest.php \Drupal\Tests\taxonomy\Functional\RssTest::modules
- 9 core/modules/taxonomy/tests/src/Functional/RssTest.php \Drupal\Tests\taxonomy\Functional\RssTest::modules
Modules to enable.
Type: array
File
- core/
modules/ taxonomy/ tests/ src/ Functional/ RssTest.php, line 21
Class
- RssTest
- Ensure that data added as terms appears in RSS feeds if "RSS Category" format is selected.
Namespace
Drupal\Tests\taxonomy\FunctionalCode
protected static $modules = [
'node',
'field_ui',
'views',
];