You are here

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

The modules to enable.

Type: array

File

tests/src/Unit/ComponentSectionFormHandlerTest.php, line 19

Class

ComponentSectionFormHandlerTest
Tests the ComponentSectionFormHandler entity handler.

Namespace

Drupal\Tests\module_builder\Unit

Code

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