You are here

public static property GridStackSettingsFormTest::$modules in GridStack 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/Form/GridStackSettingsFormTest.php \Drupal\Tests\gridstack\Kernel\Form\GridStackSettingsFormTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Form/GridStackSettingsFormTest.php, line 38

Class

GridStackSettingsFormTest
Tests the GridStack UI settings form.

Namespace

Drupal\Tests\gridstack\Kernel\Form

Code

public static $modules = [
  'system',
  'file',
  'image',
  'media',
  'blazy',
  'gridstack',
  'gridstack_ui',
];