You are here

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

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

Modules to enable.

Type: array

Overrides SitemapTestBase::$modules

File

src/Tests/SitemapContentTest.php, line 19

Class

SitemapContentTest
Test configurable content on the Sitemap page.

Namespace

Drupal\sitemap\Tests

Code

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