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
LonelyMonkeyController::testBrokenClass function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LruCacheGenericTest class core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Unit test of the LRU memory cache using the generic cache unit test base.
LruCacheGenericTest.php file core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php
LruCacheGenericTest::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php
LruCacheGenericTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Creates a new instance of LruMemoryCache.
LruMemoryCacheTest class core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests Drupal\Core\Cache\MemoryCache\LruMemoryCache.
LruMemoryCacheTest.php file core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php
LruMemoryCacheTest::assertCacheData function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Asserts that the given cache data matches the data in the memory cache.
LruMemoryCacheTest::getLruMemoryCache function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Creates a LRU cache for testing.
LruMemoryCacheTest::testGetSetDelete function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests getting, setting and deleting items from the LRU memory cache.
LruMemoryCacheTest::testInvalidate function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests invalidation from the LRU memory cache.
LruMemoryCacheTest::testInvalidateNumeric function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests invalidation with numeric keys from the LRU memory cache.
LruMemoryCacheTest::testSetMultiple function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests setting multiple items in the LRU memory cache.
LruMemoryCacheTest::testSetNumericKeys function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests setting items with numeric keys in the LRU memory cache.
MachineNameTest class core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Tests Drupal\Core\Render\Element\MachineName.
MachineNameTest class core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests the machine name process plugin.
MachineNameTest class core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Tests for the machine name field.
MachineNameTest class core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Tests Drupal\Core\Render\Element\MachineName.
MachineNameTest.php file core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php
MachineNameTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest.php file core/modules/migrate/tests/src/Unit/process/MachineNameTest.php
MachineNameTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Required modules.
MachineNameTest::$transliteration property core/modules/migrate/tests/src/Unit/process/MachineNameTest.php The mock transliteration.
MachineNameTest::buildForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::getFormId function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::providerTestMachineNames function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Provides test cases for MachineNameTest::testMachineNames().
MachineNameTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Data provider for testValueCallback().
MachineNameTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
MachineNameTest::setUp function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php
MachineNameTest::submitForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTest::testInvalidConfiguration function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests that the replacement regular expression is a string.
MachineNameTest::testMachineName function core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php Tests that machine name field functions.
MachineNameTest::testMachineNameOrderException function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php Tests the order of the machine name field and the source.
MachineNameTest::testMachineNames function core/modules/migrate/tests/src/Unit/process/MachineNameTest.php Tests machine name transformation of non-alphanumeric characters.
MachineNameTest::testProcessMachineName function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Tests process machine name.
MachineNameTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Tests value callback.
MachineNameTest::validateForm function core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php
MachineNameTransliterationTest class core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Tests the machine name transliteration functionality.
MachineNameTransliterationTest.php file core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php
MachineNameTransliterationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php
MachineNameTransliterationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php
MachineNameTransliterationTest::machineNameInputOutput function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Data for the testMachineNameTransliterations.
MachineNameTransliterationTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php
MachineNameTransliterationTest::testMachineNameTransliterations function core/tests/Drupal/FunctionalJavascriptTests/MachineName/MachineNameTransliterationTest.php Test for machine name transliteration functionality.
MailCancelTestHooks class core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php Hook implementations for mail_cancel_test.
MailCancelTestHooks.php file core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php
MailCancelTestHooks::mailAlter function core/modules/system/tests/modules/mail_cancel_test/src/Hook/MailCancelTestHooks.php Implements hook_mail_alter().
MailCaptureTest class core/tests/Drupal/FunctionalTests/MailCaptureTest.php Tests the collection of emails during testing.

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