Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. 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
DatabaseBackendTagTest::register function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php Registers test-specific services.
DatabaseBackendTagTest::testTagInvalidations function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php
DatabaseBackendTest class core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Unit test of the database backend using the generic cache unit test base.
DatabaseBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php
DatabaseBackendTest::$maxRows property core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php The max rows to use for test bins.
DatabaseBackendTest::$modules property core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Modules to enable.
DatabaseBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Creates a new instance of DatabaseBackend.
DatabaseBackendTest::getNumRows function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Gets the number of rows in the test cache bin database table.
DatabaseBackendTest::testGarbageCollection function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Tests the row count limiting of cache bin database tables.
DatabaseBackendTest::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
DatabaseExceptionWrapperTest class core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php Tests exceptions thrown by queries.
DatabaseExceptionWrapperTest.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php
DatabaseExceptionWrapperTest::testPreparedStatement function core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php Tests the expected database exception thrown for prepared statements.
DatabaseExceptionWrapperTest::testQueryThrowsDatabaseExceptionWrapperException function core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php Tests the expected database exception thrown for inexistent tables.
DatabaseLegacyTest class core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Deprecation tests cases for the database layer.
DatabaseLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php
DatabaseLegacyTest::$modules property core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php The modules to enable.
DatabaseLegacyTest::testDbAddField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_field() function.
DatabaseLegacyTest::testDbAddIndex function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_index() function.
DatabaseLegacyTest::testDbAddPrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_primary_key() function.
DatabaseLegacyTest::testDbAddUniqueKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_unique_key() function.
DatabaseLegacyTest::testDbAnd function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_and() function.
DatabaseLegacyTest::testDbChangeField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_change_field() function is deprecated.
DatabaseLegacyTest::testDbClose function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_close() function.
DatabaseLegacyTest::testDbCondition function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_condition() function.
DatabaseLegacyTest::testDbCreateTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_create_table() function.
DatabaseLegacyTest::testDbDelete function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_delete() function.
DatabaseLegacyTest::testDbDriver function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_driver() function.
DatabaseLegacyTest::testDbDropField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_field() function.
DatabaseLegacyTest::testDbDropIndex function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_index() function.
DatabaseLegacyTest::testDbDropPrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_primary_key() function.
DatabaseLegacyTest::testDbDropTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_drop_table() function.
DatabaseLegacyTest::testDbDropUniqueKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_unique_key() function.
DatabaseLegacyTest::testDbEscapeField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_escape_field() function.
DatabaseLegacyTest::testDbEscapeTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_escape_table() function.
DatabaseLegacyTest::testDbFieldExists function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_exists() function.
DatabaseLegacyTest::testDbFieldNames function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_names() function.
DatabaseLegacyTest::testDbFieldSetDefault function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_set_default() function.
DatabaseLegacyTest::testDbFieldSetNoDefault function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_set_no_default() function.
DatabaseLegacyTest::testDbFindTables function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_find_tables() function.
DatabaseLegacyTest::testDbGetTarget function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the _db_get_target() function.
DatabaseLegacyTest::testDbIgnoreReplica function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_ignore_replica() function.
DatabaseLegacyTest::testDbIndexExists function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_index_exists() function.
DatabaseLegacyTest::testDbInsert function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_insert() function.
DatabaseLegacyTest::testDbLike function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_like() function.
DatabaseLegacyTest::testDbMerge function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_merge() function.
DatabaseLegacyTest::testDbNextId function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_next_id() function.
DatabaseLegacyTest::testDbOptionsTarget function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the $options 'target' key in Connection::query.
DatabaseLegacyTest::testDbOptionsTargetInSelect function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the $options 'target' key in Select.
DatabaseLegacyTest::testDbOr function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_or() function.

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