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
FilterTestHooks.php file core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php
FilterTestHooks::filterFormatDisable function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_filter_format_disable().
FilterTestHooks::filterFormatInsert function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_ENTITY_TYPE_insert().
FilterTestHooks::filterFormatUpdate function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_ENTITY_TYPE_update().
FilterTestPlaceholders class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Provides a test filter to use placeholders.
FilterTestPlaceholders.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php
FilterTestPlaceholders::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Performs the filter processing.
FilterTestPlaceholders::renderDynamicThing function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Render API callback: Builds a render array containing the dynamic thing.
FilterTestPlaceholders::renderStaticThing function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Render API callback: Builds a render array.
FilterTestPlaceholders::trustedCallbacks function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Lists the trusted callbacks provided by the implementing class.
FilterTestReplace class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php Provides a test filter to replace all content.
FilterTestReplace.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php
FilterTestReplace::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php Performs the filter processing.
FilterTestRestrictTagsAndAttributes class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Provides a test filter to restrict HTML tags and attributes.
FilterTestRestrictTagsAndAttributes.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php
FilterTestRestrictTagsAndAttributes::getHTMLRestrictions function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Returns HTML allowed by this filter's configuration.
FilterTestRestrictTagsAndAttributes::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Performs the filter processing.
FilterTestStatic class core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php Provides a filter that returns the same static text.
FilterTestStatic.php file core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php
FilterTestStatic::process function core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php Performs the filter processing.
FilterUidRevisionTest class core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php Tests the node_uid_revision handler.
FilterUidRevisionTest.php file core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php
FilterUidRevisionTest::$modules property core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php Modules to install.
FilterUidRevisionTest::$testViews property core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php Views used by this test.
FilterUidRevisionTest::testFilter function core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php Tests the node_uid_revision filter.
FilterUITest class core/modules/views_ui/tests/src/Functional/FilterUITest.php Tests for the filters from the UI.
FilterUITest.php file core/modules/views_ui/tests/src/Functional/FilterUITest.php
FilterUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/FilterUITest.php The theme to install as the default for testing.
FilterUITest::$modules property core/modules/views_ui/tests/src/Functional/FilterUITest.php Modules to install.
FilterUITest::$testViews property core/modules/views_ui/tests/src/Functional/FilterUITest.php Views used by this test.
FilterUITest::setUp function core/modules/views_ui/tests/src/Functional/FilterUITest.php Sets up the test.
FilterUITest::testFilterIdentifier function core/modules/views_ui/tests/src/Functional/FilterUITest.php Tests the identifier settings and restrictions.
FilterUITest::testFilterInOperatorUi function core/modules/views_ui/tests/src/Functional/FilterUITest.php Tests that an option for a filter is saved as expected from the UI.
FilterUITest::testFiltersUI function core/modules/views_ui/tests/src/Functional/FilterUITest.php Tests the filters from the UI.
FilterUninstallValidatorTest class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests Drupal\filter\FilterUninstallValidator.
FilterUninstallValidatorTest.php file core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::$filterUninstallValidator property core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php The filter uninstall validator.
FilterUninstallValidatorTest::setUp function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::testValidateNoFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no formats.
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no matching formats.
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no plugins.
filter_test.info.yml file core/modules/filter/tests/filter_test/filter_test.info.yml core/modules/filter/tests/filter_test/filter_test.info.yml
filter_test.routing.yml file core/modules/filter/tests/filter_test/filter_test.routing.yml core/modules/filter/tests/filter_test/filter_test.routing.yml
filter_test.schema.yml file core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
filter_test_plugin.info.yml file core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml
FinalExceptionSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php Tests Drupal\Core\EventSubscriber\FinalExceptionSubscriber.
FinalExceptionSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php
FinalExceptionSubscriberTest::testOnExceptionWithUnknownFormat function core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php Tests on exception with unknown format.
FinalTestHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php Stub of http_middleware class that is declared final.
FinalTestHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php

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