| TranslationTest::providerTestGet |
function |
core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php |
Provides data to self::testGet(). |
| TranslationTest::setUp |
function |
core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php |
|
| TranslationTest::setUp |
function |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Set the default field storage backend for fields created during tests. |
| TranslationTest::testFieldAccess |
function |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Tests field access. |
| TranslationTest::testGet |
function |
core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php |
Tests get. |
| TranslationTest::testTranslatableFieldSaveLoad |
function |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Tests translatable fields storage/retrieval. |
| TranslationWebTest |
class |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
Tests multilingual fields logic that require a full environment. |
| TranslationWebTest.php |
file |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
|
| TranslationWebTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The theme to install as the default for testing. |
| TranslationWebTest::$entityTypeId |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The name of the entity type to use in this test. |
| TranslationWebTest::$field |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The field to use in this test. |
| TranslationWebTest::$fieldName |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The name of the field to use in this test. |
| TranslationWebTest::$fieldStorage |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The field storage to use in this test. |
| TranslationWebTest::$modules |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
Modules to install. |
| TranslationWebTest::checkTranslationRevisions |
function |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
Tests translation revisions. |
| TranslationWebTest::setUp |
function |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
|
| TranslationWebTest::testFieldFormTranslationRevisions |
function |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
Tests field translations when creating a new revision. |
| TransportServiceFactoryTest |
class |
core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php |
Tests the transport service factory in the child site of browser tests. |
| TransportServiceFactoryTest.php |
file |
core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php |
|
| TransportServiceFactoryTest::$defaultTheme |
property |
core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php |
The theme to install as the default for testing. |
| TransportServiceFactoryTest::$modules |
property |
core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php |
Modules to install. |
| TransportServiceFactoryTest::testDefaultTestMailFactory |
function |
core/modules/mailer/tests/src/Functional/TransportServiceFactoryTest.php |
Test that the transport is set to null://null by default in the child site. |
| TransportTest |
class |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests the transport factory service. |
| TransportTest.php |
file |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
|
| TransportTest::$modules |
property |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Modules to install. |
| TransportTest::providerTestBuiltinFactory |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Provides test data for testBuiltinFactory(). |
| TransportTest::resetMailerDsnConfigOverride |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Resets a mailer DSN config override. |
| TransportTest::setUpMailerDsnConfigOverride |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Sets up a mailer DSN config override. |
| TransportTest::testBuiltinFactory |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests builtin factory. |
| TransportTest::testDefaultTestMailFactory |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests default test mail factory. |
| TransportTest::testMissingFactory |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests missing factory. |
| TransportTest::testSendmailFactoryAllowedCommand |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests sendmail factory allowed command. |
| TransportTest::testSendmailFactoryUnlistedCommand |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests sendmail factory unlisted command. |
| TransportTest::testThirdPartyFactory |
function |
core/modules/mailer/tests/src/Kernel/TransportTest.php |
Tests third party factory. |
| TriggeringElementProgrammedTest |
class |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Tests detection of triggering_element for programmed form submissions. |
| TriggeringElementProgrammedTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
|
| TriggeringElementProgrammedTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form constructor. |
| TriggeringElementProgrammedTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Returns a unique string identifying the form. |
| TriggeringElementProgrammedTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form submission handler. |
| TriggeringElementProgrammedTest::testLimitValidationErrors |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Tests that #limit_validation_errors of the only submit button takes effect. |
| TriggeringElementProgrammedTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form validation handler. |
| TriggeringElementTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
Tests that FAPI correctly determines the triggering element. |
| TriggeringElementTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
|
| TriggeringElementTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
The theme to install as the default for testing. |
| TriggeringElementTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
Modules to install. |
| TriggeringElementTest::testAttemptAccessControlBypass |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
Tests attempts to bypass access control. |
| TriggeringElementTest::testNoButtonInfoInPost |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php |
Tests the triggering element when no button information is included. |
| TrustedHostsRequestFactoryTest |
class |
core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php |
Tests the trusted hosts request factory. |
| TrustedHostsRequestFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php |
|
| TrustedHostsRequestFactoryTest::providerTestCreateRequest |
function |
core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php |
Provides data for testCreateRequest(). |