You are here

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

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

Modules to enable.

Type: array

Overrides XmlSitemapTestBase::$modules

File

tests/src/Functional/XmlSitemapFunctionalTest.php, line 15

Class

XmlSitemapFunctionalTest
Tests the generation of sitemaps.

Namespace

Drupal\Tests\xmlsitemap\Functional

Code

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