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
Title Object type File name Summary
aaa_hook_collector_test.info.yml file core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml
aaa_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.info.yml
aaa_hook_order_test.module file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module
aaa_hook_order_test_module_implements_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_module_implements_alter().
aaa_hook_order_test_procedural_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_procedural_alter().
aaa_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_procedural_subtype_alter().
aaa_hook_order_test_sparse_test_hook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_sparse_test_hook().
aaa_hook_order_test_test_hook function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_test_hook().
AAlterHooks::testAlterAfterC function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php #[Hook('test_alter', order: new OrderAfter(modules: [
'ccc_hook_order_test',
]))]
AAlterHooks::testSubtypeAlter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php #[Hook('test_subtype_alter')]
AccessAnnouncementTest class core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php Test the access announcement permissions to get access announcement icon.
AccessAnnouncementTest.php file core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php
AccessAnnouncementTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php The theme to install as the default for testing.
AccessAnnouncementTest::$modules property core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php Modules to install.
AccessAnnouncementTest::setUp function core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php
AccessAnnouncementTest::testAnnounceFirstLogin function core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php Test of viewing announcements by a user with appropriate permission.
AccessAnnouncementTest::testAnnounceWithoutPermission function core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php Testing announce icon without announce permission.
AccessGroupAndTest class core/tests/Drupal/Tests/Core/Access/AccessGroupAndTest.php Tests accessible groups.
AccessGroupAndTest.php file core/tests/Drupal/Tests/Core/Access/AccessGroupAndTest.php
AccessGroupAndTest::setUp function core/tests/Drupal/Tests/Core/Access/AccessGroupAndTest.php
AccessGroupAndTest::testGroups function core/tests/Drupal/Tests/Core/Access/AccessGroupAndTest.php @covers \Drupal\Core\Access\AccessGroupAnd[[api-linebreak]]
AccessibleTestingTrait trait core/tests/Drupal/Tests/Core/Access/AccessibleTestingTrait.php Helper methods testing accessible interfaces.
AccessibleTestingTrait.php file core/tests/Drupal/Tests/Core/Access/AccessibleTestingTrait.php
AccessibleTestingTrait::$account property core/tests/Drupal/Tests/Core/Access/AccessibleTestingTrait.php The test account.
AccessibleTestingTrait::createAccessibleDouble function core/tests/Drupal/Tests/Core/Access/AccessibleTestingTrait.php Creates AccessibleInterface object from access result object for testing.
AccessPolicyProcessorTest class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests the AccessPolicyProcessor service.
AccessPolicyProcessorTest.php file core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
AccessPolicyProcessorTest::accountSwitcherProvider function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Data provider for testAccountSwitcher().
AccessPolicyProcessorTest::cachingProvider function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Data provider for testCaching().
AccessPolicyProcessorTest::setUp function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
AccessPolicyProcessorTest::setUpAccessPolicyProcessor function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Sets up the access policy processor.
AccessPolicyProcessorTest::testAccountSwitcher function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests if the account switcher switches properly when user cache context is present.
AccessPolicyProcessorTest::testAlterPermissions function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that access policies can alter the final result.
AccessPolicyProcessorTest::testAlterPermissionsNoApply function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that alters that do not apply are not processed.
AccessPolicyProcessorTest::testCacheContextCaching function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that the persistent cache contexts are added properly.
AccessPolicyProcessorTest::testCacheContexts function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that only the cache contexts for policies that apply are added.
AccessPolicyProcessorTest::testCaching function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests if the caches are called correctly.
AccessPolicyProcessorTest::testCalculatePermissions function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that access policies are properly processed.
AccessPolicyProcessorTest::testCalculatePermissionsNoApply function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that access policies that do not apply are not processed.
AccessPolicyProcessorTest::testEmptyCalculator function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that access policies which do nothing are properly processed.
AccessPolicyProcessorTest::testMultipleScopeAlterException function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests the multiple scopes exception.
AccessPolicyProcessorTest::testMultipleScopeException function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests the multiple scopes exception.
AccessPolicyProcessorTest::testNoCalculators function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that everything works if no access policies are present.
AccessPolicyProcessorTest::testWrongScopeException function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests the wrong scope exception.
AccountTakeoverGadgetChainTest class core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php Tests protection against SA-CORE-2024-007 Gadget Chain.
AccountTakeoverGadgetChainTest.php file core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php
AccountTakeoverGadgetChainTest::$modules property core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php Modules to install.
AccountTakeoverGadgetChainTest::setUp function core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php
AccountTakeoverGadgetChainTest::testAccountTakeoverGadgetChain function core/tests/Drupal/KernelTests/Core/User/AccountTakeoverGadgetChainTest.php Tests unserializing a SQLi / account takeover payload.
ActionMethodAttributeTest class core/tests/Drupal/Tests/Core/Config/Action/ActionMethodAttributeTest.php @coversDefaultClass \Drupal\Core\Config\Action\Attribute\ActionMethod[[api-linebreak]]
@group Config

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