You are here

public static property PluginTypeExampleTest::$modules in Examples for Developers 8

Same name and namespace in other branches
  1. 3.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

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

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