| SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
Modules to install. |
| SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Modules to install. |
| SchemaConfigListenerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTestTrait |
trait |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Adds a test for the configuration schema checker use in tests. |
| SchemaConfigListenerTestTrait.php |
file |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
|
| SchemaConfigListenerTestTrait::testConfigSchemaChecker |
function |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
| SchemaConfigListenerWebTest |
class |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests. |
| SchemaConfigListenerWebTest.php |
file |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
|
| SchemaConfigListenerWebTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
The theme to install as the default for testing. |
| SchemaConfigListenerWebTest::$modules |
property |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Modules to install. |
| SchemaConfigListenerWebTest::testConfigSchemaChecker |
function |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
| SchemaIntrospectionTestTrait |
trait |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Provides methods for testing database schema characteristics. |
| SchemaIntrospectionTestTrait.php |
file |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
|
| SchemaIntrospectionTestTrait::assertIndexOnColumns |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Checks that an index covering exactly the given column names exists. |
| SchemaIntrospectionTestTrait::assertNoIndexOnColumns |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Checks that an index covering exactly the given column names doesn't exist. |
| SchemaIntrospectionTestTrait::getIndexColumnNames |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Returns the column names used by the indexes of a table. |
| SchemaListenerController::test |
function |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
Tests the BrowserTestBase tests can use strict schema checking. |
| SchemaTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests schema API for the MySQL driver. |
| SchemaTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests schema API for the SQLite driver. |
| SchemaTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php |
Tests schema API for the MySQL driver. |
| SchemaTest |
class |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Tests Drupal\pgsql\Driver\Database\pgsql\Schema. |
| 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/Kernel/pgsql/SchemaTest.php |
|
| SchemaTest.php |
file |
core/modules/pgsql/tests/src/Unit/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 |
Asserts that fields have the correct collation, if supported. |
| SchemaTest::checkSchemaComment |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Checks that a table or column comment matches a given description. |
| SchemaTest::checkSchemaComment |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Checks that a table or column comment matches a given description. |
| SchemaTest::checkSchemaComment |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Checks that a table or column comment matches a given description. |
| SchemaTest::checkSequenceRenaming |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php |
Check that the ID sequence gets renamed when the table is renamed. |
| 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 |
Tests handling with reserved keywords for naming tables, fields and more. |
| 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 |
Tests creating a table with database specific data type. |
| SchemaTest::testTableWithSpecificDataType |
function |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests creating a table with database specific data type. |
| SchemaTest::testTableWithSpecificDataType |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests creating a table with database specific data type. |