| csrf_test.links.menu.yml |
file |
core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml |
core/modules/system/tests/modules/csrf_test/csrf_test.links.menu.yml |
| csrf_test.routing.yml |
file |
core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml |
core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml |
| CssCollectionGrouperUnitTest |
class |
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php |
Tests the CSS asset collection grouper. |
| CssCollectionGrouperUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php |
|
| CssCollectionGrouperUnitTest::$grouper |
property |
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php |
A CSS asset grouper. |
| CssCollectionGrouperUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php |
|
| CssCollectionGrouperUnitTest::testGrouper |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php |
Tests \Drupal\Core\Asset\CssCollectionGrouper. |
| CssCollectionOptimizerLazyUnitTest |
class |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
Tests the CSS asset optimizer. |
| CssCollectionOptimizerLazyUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
|
| CssCollectionOptimizerLazyUnitTest::$fileUrlGenerator |
property |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
The file URL generator mock. |
| CssCollectionOptimizerLazyUnitTest::$optimizer |
property |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
A CSS asset optimizer. |
| CssCollectionOptimizerLazyUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
|
| CssCollectionOptimizerLazyUnitTest::testCssImport |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
Tests that CSS imports with strange letters do not destroy the CSS output. |
| CssCollectionOptimizerLazyUnitTest::testCssLicenseAggregation |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
Test that license information is added correctly to aggregated CSS. |
| CssCollectionOptimizerLazyUnitTest::testExternalMinifiedCssAssetOptimizationIsSkipped |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
Test that external minified CSS assets do not trigger optimization. |
| CssCollectionOptimizerLazyUnitTest::testLocalMinifiedCssAssetOptimizationIsNotSkipped |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
Test that local minified CSS assets still trigger optimization. |
| CssCollectionOptimizerLazyUnitTest::testRelativePathsInLocalMinifiedCssAssets |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerLazyUnitTest.php |
Test that relative paths in local minified CSS files are updated. |
| CssCollectionRendererUnitTest |
class |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
Tests the CSS asset collection renderer. |
| CssCollectionRendererUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
|
| CssCollectionRendererUnitTest::$fileCssGroup |
property |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
A valid file CSS asset group. |
| CssCollectionRendererUnitTest::$renderer |
property |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
A CSS asset renderer. |
| CssCollectionRendererUnitTest::providerTestRender |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
Provides data for the CSS asset rendering test. |
| CssCollectionRendererUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
|
| CssCollectionRendererUnitTest::testRender |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
Tests CSS asset rendering. |
| CssCollectionRendererUnitTest::testRenderInvalidType |
function |
core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php |
Tests a CSS asset group with the invalid 'type' => 'internal'. |
| CssDisableTransitionsTestHooks |
class |
core/modules/system/tests/modules/css_disable_transitions_test/src/Hook/CssDisableTransitionsTestHooks.php |
Hook implementations for css_disable_transitions_test. |
| CssDisableTransitionsTestHooks.php |
file |
core/modules/system/tests/modules/css_disable_transitions_test/src/Hook/CssDisableTransitionsTestHooks.php |
|
| CssDisableTransitionsTestHooks::pageAttachments |
function |
core/modules/system/tests/modules/css_disable_transitions_test/src/Hook/CssDisableTransitionsTestHooks.php |
Implements hook_page_attachments(). |
| CssOptimizerUnitTest |
class |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
Tests the CSS asset optimizer. |
| CssOptimizerUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
|
| CssOptimizerUnitTest::$fileUrlGenerator |
property |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
The file URL generator mock. |
| CssOptimizerUnitTest::$optimizer |
property |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
A CSS asset optimizer. |
| CssOptimizerUnitTest::providerTestOptimize |
function |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
Provides data for the CSS asset optimizing test. |
| CssOptimizerUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
|
| CssOptimizerUnitTest::testOptimize |
function |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
Tests optimizing a CSS asset group containing 'type' => 'file'. |
| CssOptimizerUnitTest::testTypeExternal |
function |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
Tests a CSS asset with 'type' => 'external'. |
| CssOptimizerUnitTest::testTypeFilePreprocessingDisabled |
function |
core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php |
Tests a file CSS asset with preprocessing disabled. |
| css_disable_transitions_test.info.yml |
file |
core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml |
core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml |
| css_disable_transitions_test.libraries.yml |
file |
core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml |
core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml |
| CurrentRouteMatchTest |
class |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests Drupal\Core\Routing\CurrentRouteMatch. |
| CurrentRouteMatchTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
|
| CurrentRouteMatchTest::getRouteMatch |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Build a test route match object for the given implementation. |
| CurrentRouteMatchTest::testGetCurrentRouteObject |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests get current route object. |
| CurrentRouteMatchTest::testGetRouteMatchFromRequest |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests get route match from request. |
| CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests get route match from request with routing. |
| CurrentRouteMatchTest::testResetRouteMatch |
function |
core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php |
Tests reset route match. |
| CurrentThemeConditionTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php |
Tests the CurrentThemeCondition plugin. |
| CurrentThemeConditionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php |
|
| CurrentThemeConditionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php |
Modules to install. |
| CurrentThemeConditionTest::testCurrentTheme |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php |
Tests the current theme condition. |