You are here

protected static property SimpleSitemapViewsTestBase::$modules in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 modules/simple_sitemap_views/tests/src/Functional/SimpleSitemapViewsTestBase.php \Drupal\Tests\simple_sitemap_views\Functional\SimpleSitemapViewsTestBase::modules

Modules to enable for this test.

Type: string[]

Overrides SimplesitemapTestBase::$modules

File

modules/simple_sitemap_views/tests/src/Functional/SimpleSitemapViewsTestBase.php, line 18

Class

SimpleSitemapViewsTestBase
Defines a base class for Simple XML Sitemap (Views) functional testing.

Namespace

Drupal\Tests\simple_sitemap_views\Functional

Code

protected static $modules = [
  'simple_sitemap_views',
  'simple_sitemap_views_test',
];