AliasTest |
tests/src/Kernel/AliasTest.php |
Test aliases within GROUP BY and ORDER BY. |
ConditionTest |
tests/src/Kernel/ConditionTest.php |
Test the functions of the custom Condition class. |
ConnectionTest |
tests/src/Kernel/ConnectionTest.php |
Tests of the sqlsrv database system. |
DeleteTruncateTest |
tests/src/Kernel/DeleteTruncateTest.php |
Tests delete and truncate queries. |
MergeTest |
tests/src/Kernel/MergeTest.php |
Tests the MERGE query builder. |
ParameterTest |
tests/src/Kernel/ParameterTest.php |
Tests parameter behavior. |
SchemaTest |
tests/src/Kernel/SchemaTest.php |
Tests table creation and modification via the schema API. |
SelectTest |
tests/src/Kernel/SelectTest.php |
Tests the Select query builder. |
SqlsrvTest |
tests/src/Kernel/SqlsrvTest.php |
Test behavior that is unique to the Sql Server Driver. |
SqlsrvTestBase |
tests/src/Kernel/SqlsrvTestBase.php |
Test aliases within GROUP BY and ORDER BY. |
UpdateTest |
tests/src/Kernel/UpdateTest.php |
Tests the update query builder. |