PluginTypeExampleTest::$modules
Same name in other branches
- 4.0.x modules/plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php \Drupal\Tests\plugin_type_example\Functional\PluginTypeExampleTest::modules
Modules to enable.
Type: array
Overrides ExamplesBrowserTestBase::$modules
File
-
modules/
plugin_type_example/ tests/ src/ Functional/ PluginTypeExampleTest.php, line 28
Class
- PluginTypeExampleTest
- Test the functionality of the Plugin Type Example module.
Namespace
Drupal\Tests\plugin_type_example\FunctionalCode
protected static $modules = [
'plugin_type_example',
];