| Stable9TemplateOverrideTest::installAllModules |
function |
core/themes/stable9/tests/Kernel/Stable9TemplateOverrideTest.php |
Installs all core modules. |
| Stable9TemplateOverrideTest::installAllModules |
function |
core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php |
Installs all core modules. |
| Stable9TemplateOverrideTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php |
|
| Stable9TemplateOverrideTest::setUp |
function |
core/themes/stable9/tests/Kernel/Stable9TemplateOverrideTest.php |
|
| Stable9TemplateOverrideTest::testStable9TemplateOverrides |
function |
core/themes/stable9/tests/Kernel/Stable9TemplateOverrideTest.php |
Ensures that Stable 9 overrides all relevant core templates. |
| Stable9TemplateOverrideTest::testStable9TemplateOverrides |
function |
core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php |
Ensures that Stable 9 overrides all relevant core templates. |
| StableLibraryOverrideTestBase |
class |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
Tests the behavior of a theme when base_theme info key is missing. |
| StableLibraryOverrideTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
|
| StableLibraryOverrideTestBase::$allModules |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
A list of all core modules. |
| StableLibraryOverrideTestBase::$librariesToSkip |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
A list of libraries to skip checking, in the format extension/library_name. |
| StableLibraryOverrideTestBase::$libraryDiscovery |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
The library discovery service. |
| StableLibraryOverrideTestBase::$themeInitialization |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
The theme initialization. |
| StableLibraryOverrideTestBase::$themeManager |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
The theme manager. |
| StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules |
function |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
Enable all core modules that are not hidden or experimental. |
| StableLibraryOverrideTestBase::getAllLibraries |
function |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
Gets all libraries for core and all installed modules. |
| StableLibraryOverrideTestBase::removeVendorAssets |
function |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php |
Removes all vendor libraries and assets from the library definitions. |
| StackedHttpKernelTest |
class |
core/tests/Drupal/Tests/Core/StackMiddleware/StackedHttpKernelTest.php |
Tests Drupal\Core\StackMiddleware\StackedHttpKernel. |
| StackedHttpKernelTest.php |
file |
core/tests/Drupal/Tests/Core/StackMiddleware/StackedHttpKernelTest.php |
|
| StackedHttpKernelTest::testClosureMiddlewareArgument |
function |
core/tests/Drupal/Tests/Core/StackMiddleware/StackedHttpKernelTest.php |
Tests that stacked kernel is constructed with a list of closures. |
| StackedHttpKernelTest::testTerminate |
function |
core/tests/Drupal/Tests/Core/StackMiddleware/StackedHttpKernelTest.php |
Tests that stacked kernel invokes the terminate call in all middlewares. |
| StackedKernelPassTest |
class |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Tests Drupal\Core\DependencyInjection\Compiler\StackedKernelPass. |
| StackedKernelPassTest.php |
file |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
|
| StackedKernelPassTest::$containerBuilder |
property |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
|
| StackedKernelPassTest::$stackedKernelPass |
property |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
The stacked kernel pass. |
| StackedKernelPassTest::createMiddlewareServiceDefinition |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Creates a middleware definition. |
| StackedKernelPassTest::providerTestClosureMiddleware |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Data provider for stacked kernel service closure middleware test. |
| StackedKernelPassTest::setUp |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
|
| StackedKernelPassTest::testProcessWithHttpKernel |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Tests process with http kernel. |
| StackedKernelPassTest::testProcessWithStackedKernel |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Tests process with stacked kernel. |
| StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Tests that class declared 'final' can be added as http_middleware. |
| StackedKernelPassTest::testProcessWithStackedKernelAndServiceClosureMiddleware |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php |
Tests that class taking a service closure can be added as http_middleware. |
| StackKernelIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php |
Tests the stacked kernel functionality. |
| StackKernelIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php |
|
| StackKernelIntegrationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php |
|
| StackKernelIntegrationTest::testRequest |
function |
core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php |
Tests a request. |
| StackKernelIntegrationTest::testServiceClosureMiddlewares |
function |
core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php |
Tests that service closure middleware avoids creation of http kernel. |
| StackSessionHandlerIntegrationTest |
class |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
Tests the stacked session handler functionality. |
| StackSessionHandlerIntegrationTest.php |
file |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
|
| StackSessionHandlerIntegrationTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
|
| StackSessionHandlerIntegrationTest::$modules |
property |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
|
| StackSessionHandlerIntegrationTest::testRequest |
function |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
Tests a request. |
| StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp |
function |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
Tests a session rewrite-unmodified request with a valid session cookie. |
| StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId |
function |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
Tests a session modify request with a valid session cookie. |
| StageCommitExceptionTest |
class |
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php |
Tests Drupal\package_manager\SandboxManagerBase. |
| StageCommitExceptionTest.php |
file |
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php |
|
| StageCommitExceptionTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php |
|
| StageCommitExceptionTest::providerCommitException |
function |
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php |
Data provider for testCommitException(). |
| StageCommitExceptionTest::register |
function |
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php |
|
| StageCommitExceptionTest::testCommitException |
function |
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php |
Tests exception handling during calls to Composer Stager commit. |
| StageConflictTest |
class |
core/modules/package_manager/tests/src/Kernel/StageConflictTest.php |
Tests Drupal\package_manager\SandboxManagerBase. |