function AttachedAssetsTest::setUp

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php, line 53

Class

AttachedAssetsTest
Tests #attached assets: attached asset libraries and JavaScript settings.

Namespace

Drupal\KernelTests\Core\Asset

Code

protected function setUp() : void {
  parent::setUp();
  $this->assetResolver = $this->container
    ->get('asset.resolver');
  $this->renderer = $this->container
    ->get('renderer');
  $this->fileUrlGenerator = $this->container
    ->get('file_url_generator');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.