You are here

protected function GridStackSkinManagerTest::setUp in GridStack 8.2

File

tests/src/Kernel/GridStackSkinManagerTest.php, line 40

Class

GridStackSkinManagerTest
Tests the GridStack skin manager methods.

Namespace

Drupal\Tests\gridstack\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig([
    'field',
    'image',
    'media',
    'responsive_image',
    'node',
    'views',
    'blazy',
    'gridstack',
    'gridstack_ui',
  ]);
  $this->gridstackSkinManager = $this->container
    ->get('gridstack.skin_manager');
}