| SqlBaseTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
|
| SqlBaseTest::$display |
property |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
The mock display plugin instance. |
| SqlBaseTest::$migration |
property |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
The (probably mocked) migration under test. |
| SqlBaseTest::$pager |
property |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
The mock pager plugin instance. |
| SqlBaseTest::$view |
property |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
The mock view instance. |
| SqlBaseTest::highWaterDataProvider |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Data provider for ::testHighWater(). |
| SqlBaseTest::prepareSourceData |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Creates a custom source table and some sample data. |
| SqlBaseTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
|
| SqlBaseTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
|
| SqlBaseTest::sqlBaseTestProvider |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
The data provider for SqlBase. |
| SqlBaseTest::testBrokenConnection |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests the exception when a connection is defined but not available. |
| SqlBaseTest::testConnectionTypes |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests different connection types. |
| SqlBaseTest::testHighWater |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests that SqlBase respects high-water values. |
| SqlBaseTest::testMapJoinable |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Tests that the ID map is joinable. |
| SqlBaseTest::testPrepareQuery |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Tests prepare query method. |
| SqlBaseTest::testQuery |
function |
core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php |
Tests the query() method. |
| SqlContentEntityStorageSchemaColumnTest |
class |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that schema changes in fields with data are detected during updates. |
| SqlContentEntityStorageSchemaColumnTest.php |
file |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
|
| SqlContentEntityStorageSchemaColumnTest::$entity |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The created entity. |
| SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The entity definition update manager. |
| SqlContentEntityStorageSchemaColumnTest::$field |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The field. |
| SqlContentEntityStorageSchemaColumnTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The field storage. |
| SqlContentEntityStorageSchemaColumnTest::$modules |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
|
| SqlContentEntityStorageSchemaColumnTest::$state |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The state object. |
| SqlContentEntityStorageSchemaColumnTest::setUp |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
|
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdate |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that column-level schema changes are detected for fields with data. |
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdateWithFlag |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that schema changes are updated for fields with data with the flag. |
| SqlContentEntityStorageSchemaTest |
class |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema. |
| SqlContentEntityStorageSchemaTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests Sql Content Entity Storage Schema. |
| SqlContentEntityStorageSchemaTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
|
| SqlContentEntityStorageSchemaTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
|
| SqlContentEntityStorageSchemaTest::$dbSchemaHandler |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked DB schema handler. |
| SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The entity definition update manager. |
| SqlContentEntityStorageSchemaTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageSchemaTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The entity last installed schema repository used in this test. |
| SqlContentEntityStorageSchemaTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked entity type used in this test. |
| SqlContentEntityStorageSchemaTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked entity type manager used in this test. |
| SqlContentEntityStorageSchemaTest::$installedStorageSchema |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The key-value collection for tracking installed storage schema. |
| SqlContentEntityStorageSchemaTest::$storage |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The SQL storage used in this test. |
| SqlContentEntityStorageSchemaTest::$storageDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked field definitions used in this test. |
| SqlContentEntityStorageSchemaTest::$storageSchema |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The storage schema handler used in this test. |
| SqlContentEntityStorageSchemaTest::providerSchemaCastValue |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Provides data for testCastValue(). |
| SqlContentEntityStorageSchemaTest::providerTestRequiresEntityDataMigration |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
|
| SqlContentEntityStorageSchemaTest::providerTestRequiresEntityStorageSchemaChanges |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Data provider for ::testRequiresEntityStorageSchemaChanges(). |
| SqlContentEntityStorageSchemaTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
|
| SqlContentEntityStorageSchemaTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
|
| SqlContentEntityStorageSchemaTest::setUpMockContentEntityStorage |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Reinitializes the $storage as a mock object. |
| SqlContentEntityStorageSchemaTest::setUpStorageDefinition |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Sets up a field definition. |
| SqlContentEntityStorageSchemaTest::setUpStorageSchema |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Sets up the storage schema object to test. |
| SqlContentEntityStorageSchemaTest::testCastValue |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests various value casts depending on column schema. |