You are here

public static property SitemapTaxonomyTermsRssTest::$modules in Sitemap 8

Modules to enable.

Type: array

Overrides SitemapTaxonomyTestBase::$modules

File

src/Tests/SitemapTaxonomyTermsRssTest.php, line 17

Class

SitemapTaxonomyTermsRssTest
Tests the display of RSS links based on sitemap settings.

Namespace

Drupal\sitemap\Tests

Code

public static $modules = [
  'sitemap',
  'node',
  'taxonomy',
];