You are here

namespace Drupal\Tests\sqlsrv\Kernel in Drupal driver for SQL Server and SQL Azure 8.2

Same name in other branches
  1. 4.2.x Drupal\Tests\sqlsrv\Kernel
  2. 3.0.x Drupal\Tests\sqlsrv\Kernel
  3. 3.1.x Drupal\Tests\sqlsrv\Kernel
  4. 4.0.x Drupal\Tests\sqlsrv\Kernel
  5. 4.1.x Drupal\Tests\sqlsrv\Kernel
Classsort descending Location Description
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.
SchemaTestExtended tests/src/Kernel/SchemaTestExtended.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.
UpdateTest tests/src/Kernel/UpdateTest.php Tests the update query builder.