ExampleFixtureManagementTest::$modules
Same name in other branches
- 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[]
Overrides KernelTestBase::$modules
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\KernelCode
protected static $modules = [
'user',
'system',
'field',
'node',
'text',
'filter',
];