You are here

public static property RssTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/RssTest.php \Drupal\taxonomy\Tests\RssTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/RssTest.php, line 26
Contains \Drupal\taxonomy\Tests\RssTest.

Class

RssTest
Ensure that data added as terms appears in RSS feeds if "RSS Category" format is selected.

Namespace

Drupal\taxonomy\Tests

Code

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