You are here

public static property SitemapTaxonomyTest::$modules in Sitemap 8

Same name and namespace in other branches
  1. 8.2 src/Tests/SitemapTaxonomyTest.php \Drupal\sitemap\Tests\SitemapTaxonomyTest::modules
  2. 2.0.x src/Tests/SitemapTaxonomyTest.php \Drupal\sitemap\Tests\SitemapTaxonomyTest::modules

Modules to enable.

Type: array

Overrides SitemapTaxonomyTestBase::$modules

File

src/Tests/SitemapTaxonomyTest.php, line 17

Class

SitemapTaxonomyTest
Tests the display of taxonomies based on sitemap settings.

Namespace

Drupal\sitemap\Tests

Code

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