You are here

protected property LibraryDependencyResolverTest::$libraryDiscovery in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php \Drupal\Tests\Core\Asset\LibraryDependencyResolverTest::libraryDiscovery

The mocked library discovery service.

Type: \Drupal\Core\Asset\LibraryDiscoveryInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php, line 31
Contains \Drupal\Tests\Core\Asset\LibraryDependencyResolverTest.

Class

LibraryDependencyResolverTest
@coversDefaultClass \Drupal\Core\Asset\LibraryDependencyResolver @group Asset

Namespace

Drupal\Tests\Core\Asset

Code

protected $libraryDiscovery;