| 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 |
|
| SqlEntityLoadingTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php |
|
| 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 |
|
| 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 |
|
| 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 |
|
| SqliteDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the getDateField method. |
| SqliteDateSqlTest::testGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests date formatting replacement. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests timezone offset formatting. |
| SqliteDateSqlTest::testSetTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests setting the database offset. |
| SqlModeTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Tests compatibility of the MySQL driver with various sql_mode options. |
| SqlModeTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
Tests compatibility of the MySQL driver with various sql_mode options. |
| SqlModeTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
|
| SqlModeTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
|
| SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
|
| SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
|
| SqlModeTest::testQuotingIdentifiers |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
Tests quoting identifiers in queries. |
| SqlModeTest::testQuotingIdentifiers |
function |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Tests quoting identifiers in queries. |
| SqlQueryTest |
class |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the sql query plugin. |
| SqlQueryTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
|
| SqlQueryTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Views used by this test. |
| SqlQueryTest::testExecuteMetadata |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests adding some metadata/tags to the views query. |