You are here

protected static property FilterAPITest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/filter/tests/src/Kernel/FilterAPITest.php \Drupal\Tests\filter\Kernel\FilterAPITest::modules
  2. 10 core/modules/filter/tests/src/Kernel/FilterAPITest.php \Drupal\Tests\filter\Kernel\FilterAPITest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

core/modules/filter/tests/src/Kernel/FilterAPITest.php, line 23

Class

FilterAPITest
Tests the behavior of the API of the Filter module.

Namespace

Drupal\Tests\filter\Kernel

Code

protected static $modules = [
  'system',
  'filter',
  'filter_test',
  'user',
];