| TransactionTest::testPostTransactionsAlwaysExecutedBeforeConnectionIsDestroyed |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests post-transaction callback executes on "garbage collection". |
| TransactionTest::testQueryFailureInTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests that transactions can continue to be used if a query fails. |
| TransactionTest::testReleaseIntermediateSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests releasing a savepoint before last is safe. |
| TransactionTest::testRollbackAfterCommitSameSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests savepoint transaction rollback after commit. |
| TransactionTest::testRollbackAfterDdlStatementForNonTransactionalDdlDatabase |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests rollback after a DDL statement when no transactional DDL supported. |
| TransactionTest::testRollbackRoot |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests root transaction rollback. |
| TransactionTest::testRollbackRootAfterSavepointRollback |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests root transaction rollback after savepoint rollback. |
| TransactionTest::testRollbackRootWithActiveSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests root transaction rollback failure when savepoint is open. |
| TransactionTest::testRollbackSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests savepoint transaction rollback. |
| TransactionTest::testRollbackSavepointWithLaterSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests savepoint transaction rollback failure when later savepoints exist. |
| TransactionTest::testRollbackTwiceSameSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests savepoint transaction duplicated rollback. |
| TransactionTest::testRootTransactionEndCallbackAddedWithoutTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests that adding a post-transaction callback fails with no transaction. |
| TransactionTest::testRootTransactionEndCallbackCalledAfterDdlAndDestruction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests post-transaction callback executes after a DDL statement. |
| TransactionTest::testRootTransactionEndCallbackCalledAfterDdlAndRollbackForTransactionalDdlDatabase |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests post-transaction rollback executes after a DDL statement. |
| TransactionTest::testRootTransactionEndCallbackCalledAfterRollbackAndDestruction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests post-transaction callback executes after transaction rollback. |
| TransactionTest::testRootTransactionEndCallbackCalledOnCommit |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests post-transaction callback executes after transaction commit. |
| TransactionTest::testRootTransactionEndCallbackFailureUponDdlAndRollbackForNonTransactionalDdlDatabase |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests post-transaction rollback failure after a DDL statement. |
| TransactionTest::testStartTransactionWhenActive |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php |
Tests starting a transaction when there's one active on the client. |
| TransactionTest::testTransactionGadgetChain |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests defense against Object Injection in Transaction class. |
| TransactionTest::testTransactionManagerFailureOnPendingStackItems |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests TransactionManager failure. |
| TransactionTest::testTransactionName |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests for transaction names. |
| TransactionTest::testTransactionStacking |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests transaction stacking, commit, and rollback. |
| TransactionTest::testTransactionWithDdlStatement |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests the compatibility of transactions with DDL statements. |
| TransactionTest::transactionInnerLayer |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Creates an "inner layer" transaction. |
| TransactionTest::transactionOuterLayer |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Encapsulates a transaction's "inner layer" with an "outer layer". |
| TransformedConfigExportImportUITest |
class |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
Tests the user interface for importing/exporting transformed configuration. |
| TransformedConfigExportImportUITest.php |
file |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
|
| TransformedConfigExportImportUITest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
The theme to install as the default for testing. |
| TransformedConfigExportImportUITest::$modules |
property |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
Modules to install. |
| TransformedConfigExportImportUITest::setUp |
function |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
|
| TransformedConfigExportImportUITest::testTransformedExportImport |
function |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
Tests a simple site export import case. |
| TransitionTest |
class |
core/modules/workflows/tests/src/Unit/TransitionTest.php |
Tests Drupal\workflows\Transition. |
| TransitionTest.php |
file |
core/modules/workflows/tests/src/Unit/TransitionTest.php |
|
| TransitionTest::testFromAndTo |
function |
core/modules/workflows/tests/src/Unit/TransitionTest.php |
Tests from and to. |
| TransitionTest::testGetters |
function |
core/modules/workflows/tests/src/Unit/TransitionTest.php |
Tests getters. |
| TranslatableFieldTest |
class |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests Layout Builder with a translatable layout field. |
| TranslatableFieldTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Modules to install. |
| TranslatableFieldTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::testSectionsClearedOnCreateTranslation |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests that sections on cleared when creating a new translation. |
| TranslatableMarkupTest |
class |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests the TranslatableMarkup class. |
| TranslatableMarkupTest.php |
file |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
|
| TranslatableMarkupTest::testIsStringAssertion |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests is string assertion. |
| TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests is string assertion with formattable markup. |
| TranslatableMarkupTest::testToString |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php |
Tests that errors are correctly handled when a __toString() fails. |
| TranslatableRevisionableInterface::isLatestTranslationAffectedRevision |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php |
Checks whether this is the latest revision affecting this translation. |
| TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId |
function |
core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php |
Returns the latest revision affecting the specified translation. |
| TranslatableStringTest |
class |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
Tests Translatable String. |
| TranslatableStringTest.php |
file |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
|
| TranslatableStringTest::testCreateTranslatableString |
function |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
Tests various ways of creating a translatable string. |