You are here

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

Same name and namespace in other branches
  1. 8.2 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',
];