Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.