Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConnectionTest | class | core/ |
MySQL-specific connection tests. |
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest.php | file | core/ |
|
| ConnectionTest::$pdoConnection | property | core/ |
A PDO object prophecy. |
| ConnectionTest::$pdoStatement | property | core/ |
A PDO statement prophecy. |
| ConnectionTest::createConnection | function | core/ |
Creates a Connection object for testing. |
| ConnectionTest::provideQueriesToTrim | function | core/ |
Data provider for testQueryTrim(). |
| ConnectionTest::providerCreateConnectionOptionsFromUrl | function | core/ |
Data provider for testCreateConnectionOptionsFromUrl. |
| ConnectionTest::providerEscapeAlias | function | core/ |
Data provider for testEscapeAlias. |
| ConnectionTest::providerEscapeDatabase | function | core/ |
Data provider for testEscapeDatabase. |
| ConnectionTest::providerEscapeFields | function | core/ |
Data provider for testEscapeField. |
| ConnectionTest::providerEscapeTables | function | core/ |
Data provider for testEscapeTable. |
| ConnectionTest::providerFilterComments | function | core/ |
Data provider for testFilterComments(). |
| ConnectionTest::providerGetDriverClass | function | core/ |
Data provider for testGetDriverClass(). |
| ConnectionTest::providerMakeComments | function | core/ |
Data provider for testMakeComments(). |
| ConnectionTest::providerPrefixRoundTrip | function | core/ |
Data provider for testPrefixRoundTrip(). |
| ConnectionTest::providerSchema | function | core/ |
Data provider for testSchema(). |
| ConnectionTest::providerTestPrefixTables | function | core/ |
Data provider for testPrefixTables(). |
| ConnectionTest::providerVersionAndIsMariaDb | function | core/ |
Provides test data. |
| ConnectionTest::setUp | function | core/ |
|
| ConnectionTest::testCondition | function | core/ |
Tests that the method ::condition() returns a Condition object. |
| ConnectionTest::testConnectionClosing | function | core/ |
Tests the closing of a database connection. |
| ConnectionTest::testConnectionOptions | function | core/ |
Tests the connection options of the active database. |
| ConnectionTest::testConnectionRouting | function | core/ |
Tests that connections return appropriate connection objects. |
| ConnectionTest::testConnectionRoutingOverride | function | core/ |
Tests that connections return appropriate connection objects. |
| ConnectionTest::testCreateConnectionOptionsFromUrl | function | core/ |
@covers ::createConnectionOptionsFromUrl[[api-linebreak]] @dataProvider providerCreateConnectionOptionsFromUrl |
| ConnectionTest::testDestroy | function | core/ |
Tests Connection::destroy(). |
| ConnectionTest::testDestructBcLayer | function | core/ |
Tests Connection::__destruct(). |
| ConnectionTest::testEscapeAlias | function | core/ |
@covers ::escapeAlias[[api-linebreak]] @dataProvider providerEscapeAlias |
| ConnectionTest::testEscapeDatabase | function | core/ |
@covers ::escapeDatabase[[api-linebreak]] @dataProvider providerEscapeDatabase |
| ConnectionTest::testEscapeField | function | core/ |
@covers ::escapeField[[api-linebreak]] @dataProvider providerEscapeFields |
| ConnectionTest::testEscapeTable | function | core/ |
@covers ::escapeTable[[api-linebreak]] @dataProvider providerEscapeTables |
| ConnectionTest::testFilterComments | function | core/ |
Tests Connection::filterComments(). |
| ConnectionTest::testGetDriverClass | function | core/ |
@covers ::getDriverClass[[api-linebreak]] @dataProvider providerGetDriverClass |
| ConnectionTest::testHasJson | function | core/ |
Tests that the method ::hasJson() returns TRUE. |
| ConnectionTest::testIdentifierQuotesAssertCount | function | core/ |
@covers ::__construct[[api-linebreak]] |
| ConnectionTest::testIdentifierQuotesAssertString | function | core/ |
@covers ::__construct[[api-linebreak]] |
| ConnectionTest::testIdentifierQuotesDeprecation | function | core/ |
@covers ::__construct[[api-linebreak]] @group legacy |
| ConnectionTest::testLegacyDatabaseDriverInRootDriversDirectory | function | core/ |
Tests the deprecation of Drupal 8 style database drivers. |
| ConnectionTest::testMakeComments | function | core/ |
Tests Connection::makeComments(). |
| ConnectionTest::testMultipleStatements | function | core/ |
Ensure that you cannot prepare multiple statements. |
| ConnectionTest::testMultipleStatementsForNewPhp | function | core/ |
Ensure that you cannot execute multiple statements on MySQL. |
| ConnectionTest::testMultipleStatementsQuery | function | core/ |
Ensure that you cannot execute multiple statements in a query. |
| ConnectionTest::testNamespaceDefault | function | core/ |
@covers ::__construct[[api-linebreak]] |
| ConnectionTest::testPdoStatementClass | function | core/ |
Tests the deprecation of \Drupal\Core\Database\Connection::$statementClass. |
| ConnectionTest::testPDOStatementQueryDeprecation | function | core/ |
Tests the deprecation of passing a PDOStatement object to ::query. |
| ConnectionTest::testPerTablePrefixOption | function | core/ |
Tests per-table prefix connection option. |
Pagination
- Previous page
- Page 268
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.