| DatabaseBackendTagTest::register |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
Registers test-specific services. |
| DatabaseBackendTagTest::testTagInvalidations |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php |
|
| DatabaseBackendTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Unit test of the database backend using the generic cache unit test base. |
| DatabaseBackendTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
|
| DatabaseBackendTest::$maxRows |
property |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
The max rows to use for test bins. |
| DatabaseBackendTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Modules to enable. |
| DatabaseBackendTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Creates a new instance of DatabaseBackend. |
| DatabaseBackendTest::getNumRows |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Gets the number of rows in the test cache bin database table. |
| DatabaseBackendTest::testGarbageCollection |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Tests the row count limiting of cache bin database tables. |
| DatabaseBackendTest::testSetGet |
function |
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
| DatabaseExceptionWrapperTest |
class |
core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php |
Tests exceptions thrown by queries. |
| DatabaseExceptionWrapperTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php |
|
| DatabaseExceptionWrapperTest::testPreparedStatement |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php |
Tests the expected database exception thrown for prepared statements. |
| DatabaseExceptionWrapperTest::testQueryThrowsDatabaseExceptionWrapperException |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php |
Tests the expected database exception thrown for inexistent tables. |
| DatabaseLegacyTest |
class |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Deprecation tests cases for the database layer. |
| DatabaseLegacyTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
|
| DatabaseLegacyTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
The modules to enable. |
| DatabaseLegacyTest::testDbAddField |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_add_field() function. |
| DatabaseLegacyTest::testDbAddIndex |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_add_index() function. |
| DatabaseLegacyTest::testDbAddPrimaryKey |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_add_primary_key() function. |
| DatabaseLegacyTest::testDbAddUniqueKey |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_add_unique_key() function. |
| DatabaseLegacyTest::testDbAnd |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_and() function. |
| DatabaseLegacyTest::testDbChangeField |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the db_change_field() function is deprecated. |
| DatabaseLegacyTest::testDbClose |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the db_close() function. |
| DatabaseLegacyTest::testDbCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_condition() function. |
| DatabaseLegacyTest::testDbCreateTable |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_create_table() function. |
| DatabaseLegacyTest::testDbDelete |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_delete() function. |
| DatabaseLegacyTest::testDbDriver |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_driver() function. |
| DatabaseLegacyTest::testDbDropField |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_drop_field() function. |
| DatabaseLegacyTest::testDbDropIndex |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_drop_index() function. |
| DatabaseLegacyTest::testDbDropPrimaryKey |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_drop_primary_key() function. |
| DatabaseLegacyTest::testDbDropTable |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the db_drop_table() function. |
| DatabaseLegacyTest::testDbDropUniqueKey |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_drop_unique_key() function. |
| DatabaseLegacyTest::testDbEscapeField |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_escape_field() function. |
| DatabaseLegacyTest::testDbEscapeTable |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_escape_table() function. |
| DatabaseLegacyTest::testDbFieldExists |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_field_exists() function. |
| DatabaseLegacyTest::testDbFieldNames |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_field_names() function. |
| DatabaseLegacyTest::testDbFieldSetDefault |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_field_set_default() function. |
| DatabaseLegacyTest::testDbFieldSetNoDefault |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_field_set_no_default() function. |
| DatabaseLegacyTest::testDbFindTables |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the db_find_tables() function. |
| DatabaseLegacyTest::testDbGetTarget |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the _db_get_target() function. |
| DatabaseLegacyTest::testDbIgnoreReplica |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the db_ignore_replica() function. |
| DatabaseLegacyTest::testDbIndexExists |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_index_exists() function. |
| DatabaseLegacyTest::testDbInsert |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests the db_insert() function. |
| DatabaseLegacyTest::testDbLike |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_like() function. |
| DatabaseLegacyTest::testDbMerge |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_merge() function. |
| DatabaseLegacyTest::testDbNextId |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_next_id() function. |
| DatabaseLegacyTest::testDbOptionsTarget |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the $options 'target' key in Connection::query. |
| DatabaseLegacyTest::testDbOptionsTargetInSelect |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the $options 'target' key in Select. |
| DatabaseLegacyTest::testDbOr |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php |
Tests deprecation of the db_or() function. |