| AssetOptimizationTest::invalidExclude |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Adds an invalid 'exclude' query parameter with an invalid value. |
| AssetOptimizationTest::invalidInclude |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Replaces the 'include' query parameter with an invalid value. |
| AssetOptimizationTest::omitInclude |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Removes the 'include' query parameter from the given URL. |
| AssetOptimizationTest::omitTheme |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Removes the 'theme' query parameter from the given URL. |
| AssetOptimizationTest::replaceFileNamePrefix |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Replaces the filename prefix in the given URL. |
| AssetOptimizationTest::replaceGroupDelta |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Replaces the delta in the given URL. |
| AssetOptimizationTest::replaceGroupHash |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Replaces the group hash in the given URL. |
| AssetOptimizationTest::requestPage |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Creates a user and requests a page. |
| AssetOptimizationTest::setInvalidLibrary |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Replaces the 'include' entry in the given URL with an invalid value. |
| AssetOptimizationTest::testAssetAggregation |
function |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php |
Tests that asset aggregates are rendered and created on disk. |
| AssetOptimizationUmamiTest |
class |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php |
Tests asset aggregation with the Umami install profile. |
| AssetOptimizationUmamiTest.php |
file |
core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php |
|
| 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::$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::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. |