You are here

protected static property ControllerTest::$modules in MongoDB 8.2

These modules need to be enabled.

Type: array

Overrides BrowserTestBase::$modules

File

modules/mongodb_watchdog/tests/src/Functional/ControllerTest.php, line 61

Class

ControllerTest
Test the MongoDB report controllers.

Namespace

Drupal\Tests\mongodb_watchdog\Functional

Code

protected static $modules = [
  // Needed to check admin/help/mongodb.
  'help',
  MongoDb::MODULE,
  Logger::MODULE,
];