You are here

public static property XmlSitemapRebuildTest::$modules in XML sitemap 2.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/XmlSitemapRebuildTest.php \Drupal\Tests\xmlsitemap\Functional\XmlSitemapRebuildTest::modules

Modules to enable.

Type: array

Overrides XmlSitemapTestBase::$modules

File

tests/src/Functional/XmlSitemapRebuildTest.php, line 18

Class

XmlSitemapRebuildTest
Tests the rebuild process of sitemaps.

Namespace

Drupal\Tests\xmlsitemap\Functional

Code

public static $modules = [
  'path',
  'help',
  'block',
];