You are here

public static property ComponentFormTest::$modules in Module Builder 8.3

The modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ComponentFormTest.php, line 37

Class

ComponentFormTest
Tests the component edit form.

Namespace

Drupal\Tests\module_builder\Functional

Code

public static $modules = [
  'system',
  'user',
  'block',
  'module_builder',
  'module_builder_test_component_type',
];