| SqliteDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the getDateField method. |
| SqliteDateSqlTest::testGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests date formatting replacement. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests timezone offset formatting. |
| SqliteDateSqlTest::testSetTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests setting the database offset. |
| SqlModeTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Tests compatibility of the MySQL driver with various sql_mode options. |
| SqlModeTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
Tests compatibility of the MySQL driver with various sql_mode options. |
| SqlModeTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
|
| SqlModeTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
|
| SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Returns the Database connection info to be used for this test. |
| SqlModeTest::getDatabaseConnectionInfo |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
Returns the Database connection info to be used for this test. |
| SqlModeTest::testQuotingIdentifiers |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php |
Tests quoting identifiers in queries. |
| SqlModeTest::testQuotingIdentifiers |
function |
core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php |
Tests quoting identifiers in queries. |
| SqlQueryTest |
class |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the sql query plugin. |
| SqlQueryTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
|
| SqlQueryTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Views used by this test. |
| SqlQueryTest::testExecuteMetadata |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests adding some metadata/tags to the views query. |
| SqlQueryTest::testGetConnection |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection(). |
| SqlQueryTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php |
Returns the views data definition. |
| SqlTest |
class |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests Drupal\views\Plugin\views\query\Sql. |
| SqlTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Tests that the migrate map table is created. |
| SqlTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
|
| SqlTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
|
| SqlTest::$database |
property |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Database connection. |
| SqlTest::$eventDispatcher |
property |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
A mock event dispatcher. |
| SqlTest::$migrationDefinition |
property |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Definition of a test migration. |
| SqlTest::$migrationPluginManager |
property |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
The migration plugin manager. |
| SqlTest::providerTestEnsureTables |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Provides data for testEnsureTables. |
| SqlTest::providerTestFailEnsureTables |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Provides data for testFailEnsureTables. |
| SqlTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
|
| SqlTest::setupEntityTypeManager |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Sets up the entity type manager in the container. |
| SqlTest::setupEntityTypes |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Sets up some test entity types and corresponding views data. |
| SqlTest::setupViewsData |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Sets up the views data in the container. |
| SqlTest::setupViewWithRelationships |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Create a view with a relationship. |
| SqlTest::testEnsureTables |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Tests that ensureTables creates the migrate map table. |
| SqlTest::testFailEnsureTables |
function |
core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php |
Tests exception is thrown in ensureTables fails. |
| SqlTest::testGetCacheMaxAge |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests get cache max age. |
| SqlTest::testGetCacheTags |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests get cache tags. |
| SqlTest::testLoadEntitiesWithEmptyResult |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with empty result. |
| SqlTest::testLoadEntitiesWithNonEntityRelationship |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with non entity relationship. |
| SqlTest::testLoadEntitiesWithNoRelationshipAndNoRevision |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with no relationship and no revision. |
| SqlTest::testLoadEntitiesWithRelationship |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with relationship. |
| SqlTest::testLoadEntitiesWithRelationshipAndRevision |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with relationship and revision. |
| SqlTest::testLoadEntitiesWithRevision |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with revision. |
| SqlTest::testLoadEntitiesWithRevisionOfSameEntityType |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with revision of same entity type. |
| Stable9LibraryOverrideTest |
class |
core/themes/stable9/tests/Kernel/Stable9LibraryOverrideTest.php |
Tests Stable 9's library overrides. |
| Stable9LibraryOverrideTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php |
Tests Stable 9's library overrides. |
| Stable9LibraryOverrideTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php |
|
| Stable9LibraryOverrideTest.php |
file |
core/themes/stable9/tests/Kernel/Stable9LibraryOverrideTest.php |
|
| Stable9LibraryOverrideTest::$librariesToSkip |
property |
core/themes/stable9/tests/Kernel/Stable9LibraryOverrideTest.php |
A list of libraries to skip checking, in the format extension/library_name. |
| Stable9LibraryOverrideTest::$librariesToSkip |
property |
core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php |
A list of libraries to skip checking, in the format extension/library_name. |