You are here

public static property SitemapBookTest::$modules in Sitemap 8.2

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

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

src/Tests/SitemapBookTest.php, line 19

Class

SitemapBookTest
Test the display of books based on sitemap settings.

Namespace

Drupal\sitemap\Tests

Code

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