You are here

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

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

Modules to enable.

Type: array

Overrides XmlSitemapTestBase::$modules

File

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

Class

XmlSitemapMenuFunctionalTest
Tests the generation of menu links.

Namespace

Drupal\Tests\xmlsitemap\Functional

Code

public static $modules = [
  'menu_link_content',
  'menu_ui',
];