| SessionTestSubscriber |
class |
core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php |
Defines a test session subscriber that checks whether the session is empty. |
| SessionTestSubscriber.php |
file |
core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php |
|
| SessionTestSubscriber::$emptySession |
property |
core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php |
Stores whether the session is empty at the beginning of the request. |
| SessionTestSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php |
Registers the methods in this class that should be listeners. |
| SessionTestSubscriber::onKernelRequestSessionTest |
function |
core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php |
Set header for session testing. |
| SessionTestSubscriber::onKernelResponseSessionTest |
function |
core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php |
Performs tasks for session_test module on kernel.response. |
| SessionTestTrait |
trait |
core/tests/Drupal/Tests/SessionTestTrait.php |
Provides methods to generate and get session name in tests. |
| SessionTestTrait.php |
file |
core/tests/Drupal/Tests/SessionTestTrait.php |
|
| SessionTestTrait::$sessionName |
property |
core/tests/Drupal/Tests/SessionTestTrait.php |
The name of the session cookie. |
| SessionTestTrait::generateSessionName |
function |
core/tests/Drupal/Tests/SessionTestTrait.php |
Generates a session cookie name. |
| SessionTestTrait::getSessionName |
function |
core/tests/Drupal/Tests/SessionTestTrait.php |
Returns the session name in use on the child site. |
| session_exists_cache_context_test.info.yml |
file |
core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml |
core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml |
| session_test.info.yml |
file |
core/modules/system/tests/modules/session_test/session_test.info.yml |
core/modules/system/tests/modules/session_test/session_test.info.yml |
| session_test.routing.yml |
file |
core/modules/system/tests/modules/session_test/session_test.routing.yml |
core/modules/system/tests/modules/session_test/session_test.routing.yml |
| session_test.services.yml |
file |
core/modules/system/tests/modules/session_test/session_test.services.yml |
core/modules/system/tests/modules/session_test/session_test.services.yml |
| session_test.session_bag |
service |
core/modules/system/tests/modules/session_test/session_test.services.yml |
Drupal\session_test\Session\TestSessionBag |
| session_test.session_handler.test_proxy |
service |
core/modules/system/tests/modules/session_test/session_test.services.yml |
Drupal\session_test\Session\TestSessionHandlerProxy |
| session_test.session_handler.test_proxy2 |
service |
core/modules/system/tests/modules/session_test/session_test.services.yml |
Drupal\session_test\Session\TestSessionHandlerProxy |
| session_test.session_handler_proxy_trace |
service |
core/modules/system/tests/modules/session_test/session_test.services.yml |
ArrayObject |
| session_test.subscriber |
service |
core/modules/system/tests/modules/session_test/session_test.services.yml |
Drupal\session_test\EventSubscriber\SessionTestSubscriber |
| SettingsConfigValidationTest |
class |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
Tests Settings Config Validation. |
| SettingsConfigValidationTest.php |
file |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
|
| SettingsConfigValidationTest::$modules |
property |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
Modules to install. |
| SettingsConfigValidationTest::testPreviewImagePathIsValidated |
function |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
Tests that the preview_image setting must be an existing image file. |
| SettingsFormTest |
class |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
Tests Settings Form. |
| SettingsFormTest |
class |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
Tests the Media Library settings form. |
| SettingsFormTest.php |
file |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
|
| SettingsFormTest.php |
file |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
|
| SettingsFormTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
The theme to install as the default for testing. |
| SettingsFormTest::$defaultTheme |
property |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
The theme to install as the default for testing. |
| SettingsFormTest::$modules |
property |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
Modules to install. |
| SettingsFormTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
Modules to install. |
| SettingsFormTest::testSettingsForm |
function |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
Tests the JSON:API settings form. |
| SettingsFormTest::testSettingsForm |
function |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
Tests the Media Library settings form. |
| SettingsRewriteTest |
class |
core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php |
Tests the SettingsEditor::rewrite() function. |
| SettingsRewriteTest.php |
file |
core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php |
|
| SettingsRewriteTest::testDrupalRewriteSettings |
function |
core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php |
Tests drupal rewrite settings. |
| SettingsTest |
class |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
Tests migrate upgrade credential form with settings in settings.php. |
| SettingsTest |
class |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests Drupal\Core\Site\Settings. |
| SettingsTest |
class |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
Tests all ui related settings under admin/structure/views/settings. |
| SettingsTest.php |
file |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
|
| SettingsTest.php |
file |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
|
| SettingsTest.php |
file |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
|
| SettingsTest::$adminUser |
property |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
Stores an admin user used by the different tests. |
| SettingsTest::$config |
property |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Simple settings array to test against. |
| SettingsTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/SettingsTest.php |
The theme to install as the default for testing. |
| SettingsTest::$defaultTheme |
property |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
The theme to install as the default for testing. |
| SettingsTest::$modules |
property |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
Modules to install. |
| SettingsTest::$settings |
property |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
The class under test. |
| SettingsTest::providerTestCredentialForm |
function |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
Data provider for testCredentialForm. |