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
GenericCacheBackendUnitTestBase class core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests any cache backend.
GenericCacheBackendUnitTestBase.php file core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php
GenericCacheBackendUnitTestBase::$cacheBackends property core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Array of objects implementing Drupal\Core\Cache\CacheBackendInterface.
GenericCacheBackendUnitTestBase::$defaultValue property core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Random value to use in tests.
GenericCacheBackendUnitTestBase::$testBin property core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Cache bin to use for testing.
GenericCacheBackendUnitTestBase::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Creates a cache backend to test.
GenericCacheBackendUnitTestBase::getCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Gets a backend to test; this will get a shared instance set in the object.
GenericCacheBackendUnitTestBase::getTestBin function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Gets the testing bin.
GenericCacheBackendUnitTestBase::setUp function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php
GenericCacheBackendUnitTestBase::setUpCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Allows specific implementation to change the environment before a test run.
GenericCacheBackendUnitTestBase::tearDown function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php
GenericCacheBackendUnitTestBase::tearDownCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Allows alteration of environment after a test run but before tear down.
GenericCacheBackendUnitTestBase::testDelete function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::delete().
GenericCacheBackendUnitTestBase::testDeleteAll function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::deleteAll().
GenericCacheBackendUnitTestBase::testDeleteMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php @covers \Drupal\Core\Cache\ApcuBackend::deleteMultiple[[api-linebreak]]
@covers \Drupal\Core\Cache\BackendChain::deleteMultiple[[api-linebreak]]
@covers \Drupal\Core\Cache\ChainedFastBackend::deleteMultiple[[api-linebreak]]
@covers…
GenericCacheBackendUnitTestBase::testGetMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testInvalidate function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php @covers \Drupal\Core\Cache\ApcuBackend::getMultiple[[api-linebreak]]
@covers \Drupal\Core\Cache\BackendChain::getMultiple[[api-linebreak]]
@covers \Drupal\Core\Cache\ChainedFastBackend::getMultiple[[api-linebreak]]
@covers…
GenericCacheBackendUnitTestBase::testInvalidateAll function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::invalidateAll().
GenericCacheBackendUnitTestBase::testInvalidateTags function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
GenericCacheBackendUnitTestBase::testRemoveBin function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::removeBin().
GenericCacheBackendUnitTestBase::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
GenericCacheBackendUnitTestBase::testSetMultiple function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
GenericCacheBackendUnitTestBase::testValueTypeIsKept function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests data type preservation.
GenericModuleTestBase class core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Runs a series of generic tests for one module.
GenericModuleTestBase.php file core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php
GenericModuleTestBase::$defaultTheme property core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php The theme to install as the default for testing.
GenericModuleTestBase::$modules property core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Modules to install.
GenericModuleTestBase::assertHookHelp function core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Verifies hook_help() syntax.
GenericModuleTestBase::getModule function core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Get the module name.
GenericModuleTestBase::preUnInstallSteps function core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Helper to perform any steps required prior to uninstalling a module.
GenericModuleTestBase::testModuleGenericIssues function core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php Checks some generic things about a module.
GenericTest class core/modules/system/tests/src/Functional/Module/GenericTest.php Generic test for system module.
GenericTest class core/modules/system/tests/src/Functional/GenericTest.php Generic module test for system.
GenericTest class core/modules/node/tests/src/Functional/GenericTest.php Generic module test for node.
GenericTest class core/modules/mysql/tests/src/Functional/GenericTest.php Generic module test for mysql.
GenericTest class core/modules/path_alias/tests/src/Functional/GenericTest.php Generic module test for path_alias.
GenericTest class core/modules/serialization/tests/src/Functional/GenericTest.php Generic module test for serialization.
GenericTest class core/modules/filter/tests/src/Functional/GenericTest.php Generic module test for filter.
GenericTest class core/modules/config/tests/src/Functional/GenericTest.php Generic module test for config.
GenericTest class core/modules/migrate_drupal/tests/src/Functional/GenericTest.php Generic module test for migrate_drupal.
GenericTest class core/modules/navigation/tests/src/Functional/GenericTest.php Generic module test for contextual.
GenericTest class core/modules/config_translation/tests/src/Functional/GenericTest.php Generic module test for config_translation.
GenericTest class core/modules/dblog/tests/src/Functional/GenericTest.php Generic module test for dblog.
GenericTest class core/modules/jsonapi/tests/src/Functional/GenericTest.php Generic module test for jsonapi.
GenericTest class core/modules/language/tests/src/Functional/GenericTest.php Generic module test for language.
GenericTest class core/modules/telephone/tests/src/Functional/GenericTest.php Generic module test for telephone.
GenericTest class core/modules/dynamic_page_cache/tests/src/Functional/GenericTest.php Generic module test for dynamic_page_cache.
GenericTest class core/modules/field/tests/src/Functional/GenericTest.php Generic module test for field.
GenericTest class core/modules/media_library/tests/src/Functional/GenericTest.php Generic module test for media_library.
GenericTest class core/modules/layout_builder/modules/layout_builder_expose_all_field_blocks/tests/src/Functional/GenericTest.php Generic module test for layout_builder_expose_all_field_blocks.

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