You are here

public static property GridStackManagerTest::$modules in GridStack 8.2

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

File

tests/src/Kernel/GridStackManagerTest.php, line 32

Class

GridStackManagerTest
Tests the GridStack manager methods.

Namespace

Drupal\Tests\gridstack\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'file',
  'filter',
  'image',
  'media',
  'node',
  'text',
  'blazy',
  'gridstack',
  'gridstack_ui',
  'gridstack_test',
];