function DeprecatedBackboneTest::setUp

File

core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php, line 25

Class

DeprecatedBackboneTest
Checks the deprecation status of Backbone.

Namespace

Drupal\KernelTests\Core\Asset

Code

protected function setUp() : void {
  parent::setUp();
  $this->libraryDiscovery = $this->container
    ->get('library.discovery');
}

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