You are here

protected static property StatisticsTestBase::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/statistics/tests/src/Functional/StatisticsTestBase.php \Drupal\Tests\statistics\Functional\StatisticsTestBase::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/statistics/tests/src/Functional/StatisticsTestBase.php, line 17

Class

StatisticsTestBase
Defines a base class for testing the Statistics module.

Namespace

Drupal\Tests\statistics\Functional

Code

protected static $modules = [
  'node',
  'block',
  'ban',
  'statistics',
];