| AssetOptimizationUmamiTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php |
The profile to install as a basis for testing. |
| AssetOptimizationUmamiTest::requestPage |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php |
Creates a user and requests a page. |
| AssetQueryStringTest |
class |
core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php |
Tests the asset query string functionality. |
| AssetQueryStringTest.php |
file |
core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php |
|
| AssetQueryStringTest::testResetGet |
function |
core/tests/Drupal/KernelTests/Core/Asset/AssetQueryStringTest.php |
Tests reset get. |
| AssetResolverTest |
class |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Tests Drupal\Core\Asset\AssetResolver. |
| AssetResolverTest.php |
file |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
|
| AssetResolverTest::$assetResolver |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The tested asset resolver service. |
| AssetResolverTest::$cache |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The cache backend to use. |
| AssetResolverTest::$english |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
A mocked English language object. |
| AssetResolverTest::$japanese |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
A mocked Japanese language object. |
| AssetResolverTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The mocked language manager. |
| AssetResolverTest::$libraries |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
An array of library definitions. |
| AssetResolverTest::$libraryDependencyResolver |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The mocked library dependency resolver. |
| AssetResolverTest::$libraryDiscovery |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The mocked library discovery service. |
| AssetResolverTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The mocked module handler. |
| AssetResolverTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The mocked theme handler. |
| AssetResolverTest::$themeManager |
property |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
The mocked theme manager. |
| AssetResolverTest::providerAttachedCssAssets |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
|
| AssetResolverTest::providerAttachedJsAssets |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
|
| AssetResolverTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
|
| AssetResolverTest::testGetCssAssets |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Tests get css assets. |
| AssetResolverTest::testGetJsAssets |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Tests get js assets. |
| AssetResolverTest::testJsAssetsOrder |
function |
core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php |
Test that order of scripts are correct. |
| AtLeastOneOfConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Tests AtLeastOneOf validation constraint with both valid and invalid values. |
| AtLeastOneOfConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
|
| AtLeastOneOfConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Modules to install. |
| AtLeastOneOfConstraintValidatorTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
The typed data manager to use. |
| AtLeastOneOfConstraintValidatorTest::dataProvider |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Data provider for testValidation(). |
| AtLeastOneOfConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
|
| AtLeastOneOfConstraintValidatorTest::testConfigValidation |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Tests use of AtLeastOneOf validation constraint in config. |
| AtLeastOneOfConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php |
Tests the AllowedValues validation constraint validator. |
| AttachedAssetsTest |
class |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests #attached assets: attached asset libraries and JavaScript settings. |
| AttachedAssetsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
|
| AttachedAssetsTest::$assetResolver |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The asset resolver service. |
| AttachedAssetsTest::$fileUrlGenerator |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The file URL generator. |
| AttachedAssetsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Modules to install. |
| AttachedAssetsTest::$renderer |
property |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
The renderer service. |
| AttachedAssetsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
|
| AttachedAssetsTest::testAddExternalFiles |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding external CSS and JavaScript files. |
| AttachedAssetsTest::testAddFiles |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding a CSS and a JavaScript file. |
| AttachedAssetsTest::testAddJsFileWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript files that have query strings attached get added right. |
| AttachedAssetsTest::testAddJsSettings |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding JavaScript settings. |
| AttachedAssetsTest::testAggregatedAttributes |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that attributes are maintained when JS aggregation is enabled. |
| AttachedAssetsTest::testAggregation |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Integration test for CSS/JS aggregation. |
| AttachedAssetsTest::testAlter |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests altering a JavaScript's weight via hook_js_alter(). |
| AttachedAssetsTest::testAttachedSettingsWithoutLibraries |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Test settings can be loaded even when libraries are not. |
| AttachedAssetsTest::testAttributes |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests adding JavaScript files with additional attributes. |
| AttachedAssetsTest::testDefault |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that default CSS and JavaScript is empty. |
| AttachedAssetsTest::testDynamicLibrary |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Dynamically defines an asset library and alters it. |