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
HelpPageOrderTest class core/modules/help/tests/src/Kernel/HelpPageOrderTest.php Verify the order of the help page.
HelpPageOrderTest class core/modules/help/tests/src/Functional/HelpPageOrderTest.php Verify the order of the help page.
HelpPageOrderTest.php file core/modules/help/tests/src/Functional/HelpPageOrderTest.php
HelpPageOrderTest.php file core/modules/help/tests/src/Kernel/HelpPageOrderTest.php
HelpPageOrderTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpPageOrderTest.php The theme to install as the default for testing.
HelpPageOrderTest::$modules property core/modules/help/tests/src/Functional/HelpPageOrderTest.php Modules to install.
HelpPageOrderTest::$modules property core/modules/help/tests/src/Kernel/HelpPageOrderTest.php Modules to install.
HelpPageOrderTest::$stringOrder property core/modules/help/tests/src/Kernel/HelpPageOrderTest.php Strings to search for on admin/help, in order.
HelpPageOrderTest::$stringOrder property core/modules/help/tests/src/Functional/HelpPageOrderTest.php Strings to search for on admin/help, in order.
HelpPageOrderTest::setUp function core/modules/help/tests/src/Functional/HelpPageOrderTest.php
HelpPageOrderTest::setUp function core/modules/help/tests/src/Kernel/HelpPageOrderTest.php
HelpPageOrderTest::testHelp function core/modules/help/tests/src/Kernel/HelpPageOrderTest.php Tests the order of the help page.
HelpPageOrderTest::testHelp function core/modules/help/tests/src/Functional/HelpPageOrderTest.php Tests the order of the help page.
HelpPageReverseOrderTest class core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Verify the order of the help page with an alter hook.
HelpPageReverseOrderTest class core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php Verify the order of the help page with an alter hook.
HelpPageReverseOrderTest.php file core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php
HelpPageReverseOrderTest.php file core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php
HelpPageReverseOrderTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php The theme to install as the default for testing.
HelpPageReverseOrderTest::$modules property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Modules to install.
HelpPageReverseOrderTest::$modules property core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php Modules to install.
HelpPageReverseOrderTest::$stringOrder property core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php Strings to search for on admin/help, in order.
HelpPageReverseOrderTest::$stringOrder property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Strings to search for on admin/help, in order.
HelpPageTestController class core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides controllers for testing the help block.
HelpPageTestController.php file core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php
HelpPageTestController::hasHelp function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route with help.
HelpPageTestController::noHelp function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route with no help.
HelpPageTestController::testArray function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route which has multiple array returns from hook_help().
HelpPageTestHooks class core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php Hook implementations for help_page_test.
HelpPageTestHooks.php file core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php
HelpPageTestHooks::help function core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php Implements hook_help().
HelpSearchHelpUpgradeTest class core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php Tests that the search_help module is installed after help updates.
HelpSearchHelpUpgradeTest.php file core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php
HelpSearchHelpUpgradeTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php The theme to install as the default for testing.
HelpSearchHelpUpgradeTest::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php Set database dump files to be used.
HelpSearchHelpUpgradeTest::testSearchHelpInstall function core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php Tests system_update_11400() and help_post_update_search_help_dependencies().
HelpSearchPluginTest class core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin behaviors.
HelpSearchPluginTest class core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin behaviors.
HelpSearchPluginTest.php file core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php
HelpSearchPluginTest.php file core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php
HelpSearchPluginTest::$modules property core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php Modules to install.
HelpSearchPluginTest::$modules property core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php Modules to install.
HelpSearchPluginTest::testAnnotation function core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin annotation and interfaces.
HelpSearchPluginTest::testAnnotation function core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin annotation and interfaces.
HelpTest class core/modules/help/tests/src/Kernel/HelpTest.php Verify help display and user access to help based on permissions.
HelpTest class core/modules/help/tests/src/Functional/HelpTest.php Verify help display and user access to help based on permissions.
HelpTest.php file core/modules/help/tests/src/Functional/HelpTest.php
HelpTest.php file core/modules/help/tests/src/Kernel/HelpTest.php
HelpTest::$adminUser property core/modules/help/tests/src/Kernel/HelpTest.php The admin user that will be created.
HelpTest::$adminUser property core/modules/help/tests/src/Functional/HelpTest.php The admin user that will be created.
HelpTest::$anyUser property core/modules/help/tests/src/Functional/HelpTest.php The anonymous user that will be created.

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