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. 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
GenerateThemeTest::testNoRename function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testNoRenameMissingFilesWarning function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
GenerateThemeTest::testStarterKitFlag function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests that only themes with `starterkit` flag can be used.
GenerateThemeTest::testThemeDoesNotExist function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php Tests themes that do not exist return an error.
GenerateThemeTest::writeStarterkitConfig function core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
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::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Most cache backends ensure changes to objects do not affect the cache.
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 Tests delete multiple.
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 Tests invalidate.
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.
GenericRecipeTestBase class core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php Runs a series of generic tests for one recipe.
GenericRecipeTestBase.php file core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php
GenericRecipeTestBase::$defaultTheme property core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php The theme to install as the default for testing.
GenericRecipeTestBase::$profile property core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php The profile to install as a basis for testing.
GenericRecipeTestBase::doApply function core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php Applies the recipe under test.
GenericRecipeTestBase::getRecipePath function core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php Returns the path of the recipe under test.
GenericRecipeTestBase::testRecipeCanBeApplied function core/modules/system/tests/src/Functional/Recipe/GenericRecipeTestBase.php Tests that this recipe can be applied multiple times.
GenericTest class core/modules/system/tests/src/Functional/GenericTest.php Generic module test for system.
GenericTest class core/modules/inline_form_errors/tests/src/Functional/GenericTest.php Generic module test for inline_form_errors.
GenericTest class core/modules/workflows/tests/src/Functional/GenericTest.php Generic module test for workflows.
GenericTest class core/modules/ban/tests/src/Functional/GenericTest.php Generic module test for ban.
GenericTest class core/modules/rest/tests/src/Functional/GenericTest.php Generic module test for rest.
GenericTest class core/modules/views/tests/src/Functional/GenericTest.php Generic module test for views.

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