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',
];