Search for test
| Title | Object type | File name | Summary | 
|---|---|---|---|
| DatabaseBasicSyntaxTestCase | class | modules/ | Test how the current database driver interprets the SQL syntax. | 
| DatabaseBasicSyntaxTestCase::getInfo | function | modules/ | |
| DatabaseBasicSyntaxTestCase::setUp | function | modules/ | Sets up a Drupal site for running functional and integration tests. | 
| DatabaseBasicSyntaxTestCase::testBasicConcat | function | modules/ | Test for string concatenation. | 
| DatabaseBasicSyntaxTestCase::testFieldConcat | function | modules/ | Test for string concatenation with field values. | 
| DatabaseBasicSyntaxTestCase::testLikeBackslash | function | modules/ | Test LIKE query containing a backslash. | 
| DatabaseBasicSyntaxTestCase::testLikeEscape | function | modules/ | Test escaping of LIKE wildcards. | 
| DatabaseCaseSensitivityTestCase | class | modules/ | Test case sensitivity handling. | 
| DatabaseCaseSensitivityTestCase::getInfo | function | modules/ | |
| DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert | function | modules/ | Test BINARY collation in MySQL. | 
| DatabaseConnectionTestCase | class | modules/ | Test connection management. | 
| DatabaseConnectionTestCase::getInfo | function | modules/ | |
| DatabaseConnectionTestCase::testConnectionClosing | function | modules/ | Tests the closing of a database connection. | 
| DatabaseConnectionTestCase::testConnectionOptions | function | modules/ | Tests the connection options of the active database. | 
| DatabaseConnectionTestCase::testConnectionRouting | function | modules/ | Test that connections return appropriate connection objects. | 
| DatabaseConnectionTestCase::testConnectionRoutingOverride | function | modules/ | Test that connections return appropriate connection objects. | 
| DatabaseConnection_sqlite::sqlFunctionGreatest | function | includes/ | SQLite compatibility implementation for the GREATEST() SQL function. | 
| DatabaseDeleteTruncateTestCase | class | modules/ | Delete/Truncate tests. | 
| DatabaseDeleteTruncateTestCase::getInfo | function | modules/ | |
| DatabaseDeleteTruncateTestCase::testSimpleDelete | function | modules/ | Confirm that we can delete a single record successfully. | 
| DatabaseDeleteTruncateTestCase::testSubselectDelete | function | modules/ | Confirm that we can use a subselect in a delete successfully. | 
| DatabaseDeleteTruncateTestCase::testTruncate | function | modules/ | Confirm that we can truncate a whole table successfully. | 
| DatabaseEmptyStatementTestCase | class | modules/ | Tests the empty pseudo-statement class. | 
| DatabaseEmptyStatementTestCase::getInfo | function | modules/ | |
| DatabaseEmptyStatementTestCase::testEmpty | function | modules/ | Test that the empty result set behaves as empty. | 
| DatabaseEmptyStatementTestCase::testEmptyFetchAll | function | modules/ | Test that the empty result set mass-fetches in an expected way. | 
| DatabaseEmptyStatementTestCase::testEmptyIteration | function | modules/ | Test that the empty result set iterates safely. | 
| DatabaseFetch2TestCase | class | modules/ | Test fetch actions, part 2. | 
| DatabaseFetch2TestCase::getInfo | function | modules/ | |
| DatabaseFetch2TestCase::setUp | function | modules/ | Sets up a Drupal site for running functional and integration tests. | 
| DatabaseFetch2TestCase::testQueryFetchBoth | function | modules/ | Confirm that we can fetch a record into a doubly-keyed array explicitly. | 
| DatabaseFetch2TestCase::testQueryFetchCol | function | modules/ | Confirm that we can fetch an entire column of a result set at once. | 
| DatabaseFetch2TestCase::testQueryFetchNum | function | modules/ | |
| DatabaseFetchTestCase | class | modules/ | Test fetch actions, part 1. | 
| DatabaseFetchTestCase::getInfo | function | modules/ | |
| DatabaseFetchTestCase::testQueryFetchArray | function | modules/ | Confirm that we can fetch a record to an array associative explicitly. | 
| DatabaseFetchTestCase::testQueryFetchClass | function | modules/ | Confirm that we can fetch a record into a new instance of a custom class. | 
| DatabaseFetchTestCase::testQueryFetchClasstype | function | modules/ | Confirms that we can fetch a record into a new instance of a custom class. The name of the class is determined from a value of the first column. | 
| DatabaseFetchTestCase::testQueryFetchDefault | function | modules/ | Confirm that we can fetch a record properly in default object mode. | 
| DatabaseFetchTestCase::testQueryFetchObject | function | modules/ | Confirm that we can fetch a record to an object explicitly. | 
| DatabaseInsertDefaultsTestCase | class | modules/ | Insert tests for "database default" values. | 
| DatabaseInsertDefaultsTestCase::getInfo | function | modules/ | |
| DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert | function | modules/ | Test that no action will be preformed if no fields are specified. | 
| DatabaseInsertDefaultsTestCase::testDefaultInsert | function | modules/ | Test that we can run a query that is "default values for everything". | 
| DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields | function | modules/ | Test that we can insert fields with values and defaults in the same query. | 
| DatabaseInsertLOBTestCase | class | modules/ | Insert tests using LOB fields, which are weird on some databases. | 
| DatabaseInsertLOBTestCase::getInfo | function | modules/ | |
| DatabaseInsertLOBTestCase::testInsertMultipleBlob | function | modules/ | Test that we can insert multiple blob fields in the same query. | 
| DatabaseInsertLOBTestCase::testInsertOneBlob | function | modules/ | Test that we can insert a single blob field successfully. | 
| DatabaseInsertTestCase | class | modules/ | Test the insert builder. | 
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
