| LibraryDiscoveryCollectorTest::testDestruct |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php |
Tests the destruct method. |
| LibraryDiscoveryCollectorTest::testLibrariesExtend |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php |
Tests library with an extend. |
| LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php |
Tests a deprecated library with an extend. |
| LibraryDiscoveryCollectorTest::testResolveCacheMiss |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php |
Tests the resolve cache miss function. |
| LibraryDiscoveryIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests the library discovery and library discovery parser. |
| LibraryDiscoveryIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
|
| LibraryDiscoveryIntegrationTest::$libraryDiscovery |
property |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
The library discovery service. |
| LibraryDiscoveryIntegrationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Modules to install. |
| LibraryDiscoveryIntegrationTest::activateTheme |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Activates a specified theme. |
| LibraryDiscoveryIntegrationTest::assertAssetInLibrary |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Asserts that the specified asset is in the given library. |
| LibraryDiscoveryIntegrationTest::assertNoAssetInLibrary |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Asserts that the specified asset is not in the given library. |
| LibraryDiscoveryIntegrationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
|
| LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests that base theme libraries-override still apply in sub themes. |
| LibraryDiscoveryIntegrationTest::testDeprecatedLibrary |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Test library deprecation support. |
| LibraryDiscoveryIntegrationTest::testHookLibraryInfoByTheme |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests that hook_library_info is invoked and the cache is cleared. |
| LibraryDiscoveryIntegrationTest::testLibrariesExtend |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests libraries-extend. |
| LibraryDiscoveryIntegrationTest::testLibrariesOverride |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests that libraries-override are applied to library definitions. |
| LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests libraries-override on drupalSettings. |
| LibraryDiscoveryIntegrationTest::testLibrariesOverrideMalformedAsset |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests libraries-override on malformed assets. |
| LibraryDiscoveryIntegrationTest::testLibrariesOverrideOtherAssetLibraryNames |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests library assets with other ways for specifying paths. |
| LibraryDiscoveryIntegrationTest::testLibrariesOverridesMultiple |
function |
core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php |
Tests libraries overrides with multiple parent themes. |
| LibraryDiscoveryParserTest |
class |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests Drupal\Core\Asset\LibraryDiscoveryParser. |
| LibraryDiscoveryParserTest.php |
file |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
|
| LibraryDiscoveryParserTest::$activeTheme |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked active theme. |
| LibraryDiscoveryParserTest::$cache |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked cache backend. |
| LibraryDiscoveryParserTest::$componentPluginManager |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked extension path resolver. |
| LibraryDiscoveryParserTest::$extensionPathResolver |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked extension path resolver. |
| LibraryDiscoveryParserTest::$librariesDirectoryFileFinder |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked libraries directory file finder. |
| LibraryDiscoveryParserTest::$libraryDiscoveryParser |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The tested library discovery parser service. |
| LibraryDiscoveryParserTest::$lock |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked lock backend. |
| LibraryDiscoveryParserTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked module handler. |
| LibraryDiscoveryParserTest::$streamWrapperManager |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked stream wrapper manager. |
| LibraryDiscoveryParserTest::$themeManager |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The mocked theme manager. |
| LibraryDiscoveryParserTest::providerTestCssAssert |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Data provider for testing bad CSS declarations. |
| LibraryDiscoveryParserTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
|
| LibraryDiscoveryParserTest::testBuildByExtensionSimple |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that basic functionality works for getLibraryByName. |
| LibraryDiscoveryParserTest::testBuildByExtensionWithMissingInformation |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that an exception is thrown with only the version property specified. |
| LibraryDiscoveryParserTest::testBuildByExtensionWithMissingLibraryFile |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that a module with a missing library file results in FALSE. |
| LibraryDiscoveryParserTest::testBuildByExtensionWithOnlyDependencies |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that no exception is thrown when only dependencies are specified. |
| LibraryDiscoveryParserTest::testBuildByExtensionWithTheme |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that a theme can be used instead of a module. |
| LibraryDiscoveryParserTest::testCssAssert |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Verify an assertion fails if CSS declarations have non-existent categories. |
| LibraryDiscoveryParserTest::testDefaultCssWeights |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Ensures that CSS weights are taken into account properly. |
| LibraryDiscoveryParserTest::testEmptyLibraryFile |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests empty library file. |
| LibraryDiscoveryParserTest::testExternalLibraries |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that the version property of external libraries is handled. |
| LibraryDiscoveryParserTest::testInvalidLibrariesFile |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that an exception is thrown when a libraries file couldn't be parsed. |
| LibraryDiscoveryParserTest::testJsWithPositiveWeight |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Ensures that you cannot provide positive weights for JavaScript libraries. |
| LibraryDiscoveryParserTest::testLibraryOverride |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests libraries with overrides. |
| LibraryDiscoveryParserTest::testLibraryOverrideDeprecated |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests deprecated library with an override. |
| LibraryDiscoveryParserTest::testLibraryThirdPartyWithMissingLicense |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests that an exception is thrown when license is missing when 3rd party. |
| LibraryDiscoveryParserTest::testLibraryWithCssJsSetting |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Tests a library with CSS/JavaScript and a setting. |