| SqlContentEntityStorageTest::providerTestGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetRevisionTable(). |
| SqlContentEntityStorageTest::providerTestGetTableMappingSimple |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetTableMappingSimple(). |
| SqlContentEntityStorageTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
|
| SqlContentEntityStorageTest::setUpEntityStorage |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Sets up the content entity database storage. |
| SqlContentEntityStorageTest::setUpModuleHandlerNoImplementations |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Sets up the module handler with no implementations. |
| SqlContentEntityStorageTest::testCleanIds |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests entity ID sanitization. |
| SqlContentEntityStorageTest::testCreate |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests create. |
| SqlContentEntityStorageTest::testDeleteFromDedicatedTablesExecutesOneDelete |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests that only one SQL DELETE is executed on dedicated data tables. |
| SqlContentEntityStorageTest::testGetBaseTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getBaseTable(). |
| SqlContentEntityStorageTest::testGetDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionTable(). |
| SqlContentEntityStorageTest::testGetTableMappingEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with an empty entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable, non-translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimple |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a simple entity type. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlContentEntityStorageTest::testHasData |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests has data. |
| SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests load multiple no persistent cache. |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCached |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests load multiple persistent cached. |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests load multiple persistent cache miss. |
| SqlContentEntityStorageTest::testOnEntityTypeCreate |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests ContentEntityDatabaseStorage::onEntityTypeCreate(). |
| SqlContentEntityStorageTest::testSetTableMapping |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests that setting a new table mapping also updates the table names. |
| SqlEntityLoadingTest |
class |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
Tests the loading of entities and entity revisions. |
| SqlEntityLoadingTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
|
| SqlEntityLoadingTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
Modules to install. |
| SqlEntityLoadingTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
Views to be enabled. |
| SqlEntityLoadingTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
|
| SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
Tests entity loading with a non-default pending revision in Views. |
| SqlIdMapTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Defines a test SQL ID map for use in tests. |
| SqlIdMapTest::getFieldSchema |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Gets the field schema. |
| SqliteCastedIntFieldJoinTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php |
Tests SQLite specific cast handling. |
| SqliteCastedIntFieldJoinTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php |
|
| SqliteCastedIntFieldJoinTest::$castingType |
property |
core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php |
The db type that should be used for casting fields as integers. |
| SqliteDatabaseExcluderTest |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php |
Tests Sqlite Database Excluder. |
| SqliteDatabaseExcluderTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php |
|
| SqliteDatabaseExcluderTest::$mockDatabase |
property |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php |
The mocked database connection. |
| SqliteDatabaseExcluderTest::providerSqliteDatabaseFilesExcluded |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php |
Data provider for ::testSqliteDatabaseFilesExcluded(). |
| SqliteDatabaseExcluderTest::register |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php |
Registers test-specific services. |
| SqliteDatabaseExcluderTest::testSqliteDatabaseFilesExcluded |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php |
Tests that SQLite database files are excluded from stage operations. |
| SqliteDateSqlTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the MySQL-specific date query handler. |
| SqliteDateSqlTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
|
| SqliteDateSqlTest::$database |
property |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
The mocked database service. |
| SqliteDateSqlTest::providerTestGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Provider for date formatting test. |
| SqliteDateSqlTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
|