AlterTest |
core/modules/system/src/Tests/Database/AlterTest.php |
Tests the hook_query_alter capabilities of the Select builder. |
BasicSyntaxTest |
core/modules/system/src/Tests/Database/BasicSyntaxTest.php |
Tests SQL syntax interpretation. |
CaseSensitivityTest |
core/modules/system/src/Tests/Database/CaseSensitivityTest.php |
Tests handling case sensitive collation. |
ConnectionTest |
core/modules/system/src/Tests/Database/ConnectionTest.php |
Tests of the core database system. |
ConnectionUnitTest |
core/modules/system/src/Tests/Database/ConnectionUnitTest.php |
Tests management of database connections. |
DatabaseExceptionWrapperTest |
core/modules/system/src/Tests/Database/DatabaseExceptionWrapperTest.php |
Tests exceptions thrown by queries. |
DatabaseTestBase |
core/modules/system/src/Tests/Database/DatabaseTestBase.php |
Base class for databases database tests. |
DatabaseWebTestBase |
core/modules/system/src/Tests/Database/DatabaseWebTestBase.php |
Base class for databases database tests. |
DeleteTruncateTest |
core/modules/system/src/Tests/Database/DeleteTruncateTest.php |
Tests delete and truncate queries. |
FakeRecord |
core/modules/system/src/Tests/Database/FakeRecord.php |
Fetches into a class. |
FetchTest |
core/modules/system/src/Tests/Database/FetchTest.php |
Tests the Database system's various fetch capabilities. |
InsertDefaultsTest |
core/modules/system/src/Tests/Database/InsertDefaultsTest.php |
Tests the Insert query builder with default values. |
InsertLobTest |
core/modules/system/src/Tests/Database/InsertLobTest.php |
Tests the Insert query builder with LOB fields. |
InsertTest |
core/modules/system/src/Tests/Database/InsertTest.php |
Tests the insert builder. |
InvalidDataTest |
core/modules/system/src/Tests/Database/InvalidDataTest.php |
Tests handling of some invalid data. |
LargeQueryTest |
core/modules/system/src/Tests/Database/LargeQueryTest.php |
Tests handling of large queries. |
LoggingTest |
core/modules/system/src/Tests/Database/LoggingTest.php |
Tests the query logging facility. |
MergeTest |
core/modules/system/src/Tests/Database/MergeTest.php |
Tests the MERGE query builder. |
NextIdTest |
core/modules/system/src/Tests/Database/NextIdTest.php |
Tests the sequences API. |
QueryTest |
core/modules/system/src/Tests/Database/QueryTest.php |
Tests Drupal's extended prepared statement syntax.. |
RangeQueryTest |
core/modules/system/src/Tests/Database/RangeQueryTest.php |
Tests the Range query functionality. |
RegressionTest |
core/modules/system/src/Tests/Database/RegressionTest.php |
Regression tests cases for the database layer. |
SchemaTest |
core/modules/system/src/Tests/Database/SchemaTest.php |
Tests table creation and modification via the schema API. |
SelectCloneTest |
core/modules/system/src/Tests/Database/SelectCloneTest.php |
Tests cloning Select queries. |
SelectComplexTest |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests the Select query builder with more complex queries. |
SelectOrderedTest |
core/modules/system/src/Tests/Database/SelectOrderedTest.php |
Tests the Select query builder. |
SelectPagerDefaultTest |
core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php |
Tests the pager query select extender. |
SelectSubqueryTest |
core/modules/system/src/Tests/Database/SelectSubqueryTest.php |
Tests the Select query builder. |
SelectTableSortDefaultTest |
core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php |
Tests the tablesort query extender. |
SelectTest |
core/modules/system/src/Tests/Database/SelectTest.php |
Tests the Select query builder. |
SerializeQueryTest |
core/modules/system/src/Tests/Database/SerializeQueryTest.php |
Tests serializing and unserializing a query. |
TaggingTest |
core/modules/system/src/Tests/Database/TaggingTest.php |
Tests the tagging capabilities of the Select builder. |
TemporaryQueryTest |
core/modules/system/src/Tests/Database/TemporaryQueryTest.php |
Tests the temporary query functionality. |
TransactionTest |
core/modules/system/src/Tests/Database/TransactionTest.php |
Tests the transaction abstraction system. |
UpdateComplexTest |
core/modules/system/src/Tests/Database/UpdateComplexTest.php |
Tests the Update query builder, complex queries. |
UpdateLobTest |
core/modules/system/src/Tests/Database/UpdateLobTest.php |
Tests the Update query builder with LOB fields. |
UpdateTest |
core/modules/system/src/Tests/Database/UpdateTest.php |
Tests the update query builder. |
UpsertTest |
core/modules/system/src/Tests/Database/UpsertTest.php |
Tests the Upsert query builder. |