ExampleFixtureManagementTest::$modules

Same name in other branches
  1. 3.x modules/testing_example/tests/src/Kernel/ExampleFixtureManagementTest.php \Drupal\Tests\testing_example\Kernel\ExampleFixtureManagementTest::modules
  2. 4.0.x modules/testing_example/tests/src/Kernel/ExampleFixtureManagementTest.php \Drupal\Tests\testing_example\Kernel\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

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

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