You are here

public static property SitemapTestBase::$modules in Sitemap 8.2

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/SitemapTestBase.php, line 17

Class

SitemapTestBase
Tests the landing and admin pages of the sitemap.

Namespace

Drupal\sitemap\Tests

Code

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