You are here

protected static property DbLogControllerTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php \Drupal\Tests\dblog\Kernel\DbLogControllerTest::modules
  2. 9 core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php \Drupal\Tests\dblog\Kernel\DbLogControllerTest::modules

File

core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php, line 18

Class

DbLogControllerTest
Tests for the DbLogController class.

Namespace

Drupal\Tests\dblog\Kernel

Code

protected static $modules = [
  'dblog',
  'user',
];