| DriverSpecificTransactionTestBase::testRootTransactionEndCallbackFailureUponDdlAndRollbackForNonTransactionalDdlDatabase |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Tests post-transaction rollback failure after a DDL statement. |
| DriverSpecificTransactionTestBase::testTransactionManagerFailureOnPendingStackItems |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Tests TransactionManager failure. |
| DriverSpecificTransactionTestBase::testTransactionName |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Tests for transaction names. |
| DriverSpecificTransactionTestBase::testTransactionStacking |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Tests transaction stacking, commit, and rollback. |
| DriverSpecificTransactionTestBase::testTransactionWithDdlStatement |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Tests the compatibility of transactions with DDL statements. |
| DriverSpecificTransactionTestBase::transactionInnerLayer |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Creates an "inner layer" transaction. |
| DriverSpecificTransactionTestBase::transactionOuterLayer |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php |
Encapsulates a transaction's "inner layer" with an "outer layer". |
| driver_missing_dependency_test.info.yml |
file |
core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/driver_missing_dependency_test.info.yml |
core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/driver_missing_dependency_test.info.yml |
| driver_test.info.yml |
file |
core/modules/system/tests/modules/driver_test/driver_test.info.yml |
core/modules/system/tests/modules/driver_test/driver_test.info.yml |
| drupal-8.update-test-schema-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php |
Partial database to mimic the installation of the update_test_schema module. |
| drupal-8.update-test-semver-update-n-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php |
Database to mimic the installation of the update_test_semver_update_n module. |
| Drupal6SqlBaseTest |
class |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Tests the D6 SQL base class. |
| Drupal6SqlBaseTest.php |
file |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
|
| Drupal6SqlBaseTest::$base |
property |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
The DrupalSqlBase object. |
| Drupal6SqlBaseTest::$databaseContents |
property |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Minimum database contents needed to test Drupal6SqlBase. |
| Drupal6SqlBaseTest::$migrationConfiguration |
property |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Define bare minimum migration configuration. |
| Drupal6SqlBaseTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
|
| Drupal6SqlBaseTest::testDrupal6ModuleExists |
function |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Tests for Drupal6SqlBase::moduleExists(). |
| Drupal6SqlBaseTest::testGetModuleSchemaVersion |
function |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Tests for Drupal6SqlBase::getModuleSchemaVersion(). |
| Drupal6SqlBaseTest::testGetSystemData |
function |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Tests for Drupal6SqlBase::getSystemData(). |
| Drupal6SqlBaseTest::testVariableGet |
function |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Tests for Drupal6SqlBase::variableGet(). |
| DrupalComponentTest |
class |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
General tests for \Drupal\Component that can't go anywhere else. |
| DrupalComponentTest.php |
file |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
|
| DrupalComponentTest::assertNoCoreUsage |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Asserts that the given class is not using any class from Core namespace. |
| DrupalComponentTest::findPhpClasses |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Searches a directory recursively for PHP classes. |
| DrupalComponentTest::getComponents |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Data provider. |
| DrupalComponentTest::providerAssertNoCoreUsage |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Data provider for testAssertNoCoreUsage(). |
| DrupalComponentTest::testAssertNoCoreUsage |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
@legacy-covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage |
| DrupalComponentTest::testComponentLicense |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Tests LICENSE.txt is present and has the correct content. |
| DrupalComponentTest::testNoCoreInComponent |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Tests that classes in Component do not use any Core class. |
| DrupalComponentTest::testNoCoreInComponentTests |
function |
core/tests/Drupal/Tests/Component/DrupalComponentTest.php |
Tests that classes in Component Tests do not use any Core class. |
| DrupalDateTimeTest |
class |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests DrupalDateTime functionality. |
| DrupalDateTimeTest |
class |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests Drupal\Core\Datetime\DrupalDateTime. |
| DrupalDateTimeTest.php |
file |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
|
| DrupalDateTimeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
|
| DrupalDateTimeTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Set up required modules. |
| DrupalDateTimeTest::providerTestDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Provides data for date tests. |
| DrupalDateTimeTest::providerTestInvalidDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Provides data for date tests. |
| DrupalDateTimeTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
|
| DrupalDateTimeTest::testChainable |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that object methods are chainable. |
| DrupalDateTimeTest::testChainableNonCallable |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that chained calls to non-existent functions throw an exception. |
| DrupalDateTimeTest::testChainableNonChainable |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that non-chainable methods work. |
| DrupalDateTimeTest::testDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests date diffs. |
| DrupalDateTimeTest::testDateTimezone |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests that DrupalDateTime can detect the right timezone to use. |
| DrupalDateTimeTest::testDefaultDateTime |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests setting the default time for date-only objects. |
| DrupalDateTimeTest::testGetPhpDateTime |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests get php date time. |
| DrupalDateTimeTest::testInvalidDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests date diff exception caused by invalid input. |
| DrupalDateTimeTest::testRfc2822DateFormat |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that an RFC2822 formatted date always returns an English string. |
| DrupalDateTimeTest::testSleep |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Test to avoid serialization of formatTranslationCache. |
| DrupalDateTimeTest::testTimezoneFormat |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests the ability to override the time zone in the format method. |