You are here

public static property GridStackManagerTest::$modules in GridStack 8

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

File

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

Class

GridStackManagerTest
Tests the GridStack manager methods.

Namespace

Drupal\Tests\gridstack\Kernel

Code

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