You are here

protected static property RssTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/RssTest.php \Drupal\Tests\taxonomy\Functional\RssTest::modules
  2. 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\Functional

Code

protected static $modules = [
  'node',
  'field_ui',
  'views',
];