public static property RssTest::$modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php, line 20
Definition of Drupal\taxonomy\Tests\RssTest.

Class

RssTest
Tests the rendering of term reference fields in RSS feeds.

Namespace

Drupal\taxonomy\Tests

Code

public static $modules = array(
  'node',
  'field_ui',
);