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 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
SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingSimple function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a base field that requires a dedicated table.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type with some base fields.
SqlContentEntityStorageTest::testGetTableMappingTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a non-revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a translatable entity type with fields.
SqlContentEntityStorageTest::testHasData function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::hasData[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
@covers ::setPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
@covers ::setPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
SqlContentEntityStorageTestEntityInterface class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides an entity with dummy implementations of static methods.
SqlContentEntityStorageTestEntityInterface::postLoad function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Acts on loaded entities.
SqlDeprecationTest class core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php Tests deprecation notice in Sql constructor.
SqlDeprecationTest.php file core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php
SqlDeprecationTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php Modules to install.
SqlDeprecationTest::testOptionalParametersDeprecation function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php @covers \Drupal\migrate\Plugin\migrate\id_map\Sql::__construct[[api-linebreak]]
SqlEntityLoadingTest class core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests the loading of entities and entity revisions.
SqlEntityLoadingTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::$modules property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Modules to install.
SqlEntityLoadingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Views to be enabled.
SqlEntityLoadingTest::setUp function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlIdMapTest class core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Defines a test SQL ID map for use in tests.
SqlIdMapTest::getFieldSchema function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Gets the field schema.
SqliteCastedIntFieldJoinTest class core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php Tests SQLite specific cast handling.
SqliteCastedIntFieldJoinTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php
SqliteCastedIntFieldJoinTest::$castingType property core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php The db type that should be used for casting fields as integers.
SqliteDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests the MySQL-specific date query handler.
SqliteDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php
SqliteDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php The mocked database service.
SqliteDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Provider for date formatting test.
SqliteDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php
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.
SqliteDriverLegacyTest class core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php Tests the deprecations of the SQLite database driver classes in Core.
SqliteDriverLegacyTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php
SqliteDriverLegacyTest::testDeprecationConnection function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Connection[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationInsert function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Insert[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationInstallTasks function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Install\Tasks[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationSchema function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Schema[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationSelect function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Select[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationStatement function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Statement[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationTruncate function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Truncate[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationUpsert function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Upsert[[api-linebreak]]
SqlModeTest class core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Tests compatibility of the MySQL driver with various sql_mode options.
SqlModeTest.php file core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php

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