| SchemaTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests schema API for the PostgreSQL driver. |
| SchemaTest.php |
file |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
|
| SchemaTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
|
| SchemaTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php |
|
| SchemaTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
|
| SchemaTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
|
| SchemaTest::assertCollation |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
|
| SchemaTest::checkSchemaComment |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
|
| SchemaTest::checkSchemaComment |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
|
| SchemaTest::checkSchemaComment |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
|
| SchemaTest::checkSequenceRenaming |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
|
| SchemaTest::providerComputedConstraintName |
function |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Data provider for ::testComputedConstraintName(). |
| SchemaTest::testComputedConstraintName |
function |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Tests whether the actual constraint name is correctly computed. |
| SchemaTest::testGeneratedInvisiblePrimaryKey |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests adding a primary key when sql_generate_invisible_primary_key is on. |
| SchemaTest::testIndexLength |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
| SchemaTest::testIntrospectIndexSchema |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests introspect index schema. |
| SchemaTest::testIntrospectIndexSchema |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests introspect index schema. |
| SchemaTest::testIntrospectIndexSchema |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests introspect index schema. |
| SchemaTest::testPgsqlExtensionExists |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests pgsql extension exists. |
| SchemaTest::testPgsqlSequences |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests if the new sequences get the right ownership. |
| SchemaTest::testRenameTableWithNameContainingDrupalUnderscoreAndMultipleIndexes |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests renaming a table which name contains drupal_ with multiple indexes. |
| SchemaTest::testRenameTableWithNewIndexNameEqualsTableName |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests renaming a table where the new index name is equal to the table name. |
| SchemaTest::testReservedKeywordsForNaming |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
|
| SchemaTest::testSchemaTableColumnSizeTooLargeException |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests SchemaTableColumnSizeTooLargeException. |
| SchemaTest::testSchemaTableKeyTooLargeException |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests SchemaTableKeyTooLargeException. |
| SchemaTest::testTableExists |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests the method tableExists(). |
| SchemaTest::testTableWithSpecificDataType |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
|
| SchemaTest::testTableWithSpecificDataType |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
|
| SchemaTest::testTableWithSpecificDataType |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
|
| SchemaTest::testUnsignedField |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Tests column name escaping in field constraints. |
| SchemaTest::tryInsertExpectsIntegrityConstraintViolationException |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
|
| SchemaUniquePrefixedKeysIndexTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest::$columnValue |
property |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest::$columnValue |
property |
core/modules/mysql/tests/src/Kernel/mysql/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTest::$columnValue |
property |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaUniquePrefixedKeysIndexTest.php |
|
| SchemaUniquePrefixedKeysIndexTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding UNIQUE keys to tables. |
| SchemaUniquePrefixedKeysIndexTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
|
| SchemaUniquePrefixedKeysIndexTestBase::$columnValue |
property |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Set the value used to test the schema unique prefixed keys index. |
| SchemaUniquePrefixedKeysIndexTestBase::checkUniqueConstraintException |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Verifies that inserting the same value/prefix twice causes an exception. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddField |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding a new field with UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testAddUniqueKey |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests adding a UNIQUE key to an existing table. |
| SchemaUniquePrefixedKeysIndexTestBase::testChangeField |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests changing a field to add a UNIQUE key. |
| SchemaUniquePrefixedKeysIndexTestBase::testCreateTable |
function |
core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php |
Tests UNIQUE keys put directly on the table definition. |
| sdc_test.info.yml |
file |
core/modules/system/tests/modules/sdc_test/sdc_test.info.yml |
core/modules/system/tests/modules/sdc_test/sdc_test.info.yml |
| sdc_test.routing.yml |
file |
core/modules/system/tests/modules/sdc_test/sdc_test.routing.yml |
core/modules/system/tests/modules/sdc_test/sdc_test.routing.yml |