PluginTypeExampleTest::$modules

Same name in other branches
  1. 8.x-1.x plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php \Drupal\Tests\plugin_type_example\Functional\PluginTypeExampleTest::modules
  2. 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\Functional

Code

protected static $modules = [
    'plugin_type_example',
];