ExampleFixtureManagementTest::$modules

Any modules added here will be loaded, along with anything in $modules in parent classes.

These modules are not installed, but their services and hooks are available.

Type: string[]

File

modules/testing_example/tests/src/Kernel/ExampleFixtureManagementTest.php, line 41

Class

ExampleFixtureManagementTest
Demonstrate manipulating fixture data in a kernel test.

Namespace

Drupal\Tests\testing_example\Kernel

Code

protected static $modules = [
  'user',
  'system',
  'field',
  'node',
  'text',
  'filter',
];