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. Search main for test
  6. 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
HelpBlockTest::setUp function core/modules/help/tests/src/Functional/HelpBlockTest.php
HelpBlockTest::setUp function core/modules/help/tests/src/Kernel/HelpBlockTest.php
HelpBlockTest::testHelp function core/modules/help/tests/src/Kernel/HelpBlockTest.php Logs in users, tests help pages.
HelpBlockTest::testHelp function core/modules/help/tests/src/Functional/HelpBlockTest.php Logs in users, tests help pages.
HelpEmptyPageTest class core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Tests the empty HTML page.
HelpEmptyPageTest.php file core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php
HelpEmptyPageTest::$modules property core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Modules to install.
HelpEmptyPageTest::register function core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Registers test-specific services.
HelpEmptyPageTest::testEmptyHookHelp function core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Ensures that no URL generator is called on a page without hook_help().
HelpNoSearchUpgradeTest class core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php Tests that the search_help module is not installed after help updates.
HelpNoSearchUpgradeTest.php file core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php
HelpNoSearchUpgradeTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php The theme to install as the default for testing.
HelpNoSearchUpgradeTest::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php Set database dump files to be used.
HelpNoSearchUpgradeTest::testSearchHelpInstall function core/modules/help/tests/src/Functional/HelpNoSearchUpgradeTest.php Tests system_update_11400().
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.

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