protected static property SimplesitemapTestBase::$modules in Simple XML sitemap 8.3
Same name and namespace in other branches
- 8.2 tests/src/Functional/SimplesitemapTestBase.php \Drupal\Tests\simple_sitemap\Functional\SimplesitemapTestBase::modules
- 4.x tests/src/Functional/SimplesitemapTestBase.php \Drupal\Tests\simple_sitemap\Functional\SimplesitemapTestBase::modules
Modules to enable for this test.
Type: string[]
Overrides BrowserTestBase::$modules
File
- tests/
src/ Functional/ SimplesitemapTestBase.php, line 21
Class
- SimplesitemapTestBase
- Provides the base class for web tests for Simple sitemap.
Namespace
Drupal\Tests\simple_sitemap\FunctionalCode
protected static $modules = [
'simple_sitemap',
'node',
'content_translation',
];