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
css_disable_transitions_test.info.yml file core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml
css_disable_transitions_test.libraries.yml file core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml
css_disable_transitions_test.module file core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.module Helper module for disabling animations in tests.
css_disable_transitions_test_page_attachments function core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.module Implements hook_page_attachments().
CurrentRouteMatchTest class core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @coversDefaultClass \Drupal\Core\Routing\CurrentRouteMatch[[api-linebreak]]
@group Routing
CurrentRouteMatchTest.php file core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php
CurrentRouteMatchTest::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php Build a test route match object for the given implementation.
CurrentRouteMatchTest::testGetCurrentRouteObject function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::__construct[[api-linebreak]]
@covers ::getRouteObject[[api-linebreak]]
@covers ::getCurrentRouteMatch[[api-linebreak]]
@covers ::getRouteMatch[[api-linebreak]]
CurrentRouteMatchTest::testGetRouteMatchFromRequest function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::getRouteMatchFromRequest[[api-linebreak]]
CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::getRouteMatchFromRequest[[api-linebreak]]
CurrentRouteMatchTest::testResetRouteMatch function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::resetRouteMatch[[api-linebreak]]
CurrentThemeConditionTest class core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Tests the CurrentThemeCondition plugin.
CurrentThemeConditionTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php
CurrentThemeConditionTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Modules to install.
CurrentThemeConditionTest::testCurrentTheme function core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php Tests the current theme condition.
CurrentUserContextTest class core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php @coversDefaultClass \Drupal\user\ContextProvider\CurrentUserContext[[api-linebreak]]
CurrentUserContextTest.php file core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php
CurrentUserContextTest::$modules property core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php Modules to install.
CurrentUserContextTest::setUp function core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php
CurrentUserContextTest::testGetAvailableContexts function core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php @covers ::getAvailableContexts[[api-linebreak]]
CustomAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CustomAccessCheck[[api-linebreak]]
@group Access
CustomAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
CustomAccessCheckTest::$accessChecker property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The access checker to test.
CustomAccessCheckTest::$argumentsResolverFactory property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked arguments resolver.
CustomAccessCheckTest::$callableResolver property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked callable resolver.
CustomAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
CustomAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Tests the access method.
CustomAccessCheckTest::testAccessException function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Tests the access method exception for invalid access callbacks.
CustomAnnotationClassDiscoveryTest class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php Tests that a custom annotation class is used.
CustomAnnotationClassDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php
CustomAnnotationClassDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php
CustomBooleanTest class core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Tests the UI and functionality for the Custom boolean field handler options.
CustomBooleanTest.php file core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php
CustomBooleanTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php The theme to install as the default for testing.
CustomBooleanTest::$testViews property core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Views used by this test.
CustomBooleanTest::dataSet function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Returns a very simple test dataset.
CustomBooleanTest::testCustomOption function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::viewsData function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php \Drupal\views\Tests\ViewTestBase::viewsData().
CustomDirectoryAnnotatedClassDiscoveryTest class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php Tests discovery of annotated plugins in a custom directory.
CustomDirectoryAnnotatedClassDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomDirectoryAnnotatedClassDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomPageExceptionHtmlSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber[[api-linebreak]]
@group EventSubscriber
CustomPageExceptionHtmlSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
CustomPageExceptionHtmlSubscriberTest::$accessManager property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The access manager.
CustomPageExceptionHtmlSubscriberTest::$accessUnawareRouter property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked access unaware router.
CustomPageExceptionHtmlSubscriberTest::$configFactory property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked config factory.
CustomPageExceptionHtmlSubscriberTest::$customPageSubscriber property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The tested custom page exception subscriber.
CustomPageExceptionHtmlSubscriberTest::$errorLog property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The PHP error log settings before the test.
CustomPageExceptionHtmlSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked HTTP kernel.

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