You are here

protected function AssetManagerTest::setUp in PhotoSwipe 3.x

Overrides KernelTestBase::setUp

File

tests/src/Kernel/AssetManagerTest.php, line 30

Class

AssetManagerTest
Tests asset manager.

Namespace

Drupal\Tests\photoswipe\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig([
    'photoswipe',
  ]);
  $this->assetManager = \Drupal::service('photoswipe.assets_manager');
}