You are here

public static property SitemapFrontpageTest::$modules in Sitemap 2.0.x

Same name and namespace in other branches
  1. 8.2 src/Tests/SitemapFrontpageTest.php \Drupal\sitemap\Tests\SitemapFrontpageTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/SitemapFrontpageTest.php, line 19

Class

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

Namespace

Drupal\sitemap\Tests

Code

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