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
SearchPageTextTest::setUp function core/modules/search/tests/src/Functional/SearchPageTextTest.php
SearchPageTextTest::testSearchLabelXSS function core/modules/search/tests/src/Functional/SearchPageTextTest.php Tests for XSS in search module local task.
SearchPageTextTest::testSearchText function core/modules/search/tests/src/Functional/SearchPageTextTest.php Tests the failed search text, and various other text on the search page.
SearchPageValidationTest class core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Tests validation of search_page entities.
SearchPageValidationTest.php file core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
SearchPageValidationTest::$modules property core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Modules to install.
SearchPageValidationTest::setUp function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php
SearchPageValidationTest::testBaseRouteIsValid function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Test that the base route stored in definition is correct.
SearchPageValidationTest::testInvalidPluginId function core/modules/search/tests/src/Kernel/SearchPageValidationTest.php Tests that the search plugin ID is validated.
SearchPageXmlAnonTest class core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php Tests Search Page Xml Anon.
SearchPageXmlAnonTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php
SearchPageXmlAnonTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php The theme to install as the default for testing.
SearchPageXmlAnonTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php The format to use in this test.
SearchPageXmlAnonTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php The MIME type that corresponds to $format.
SearchPageXmlBasicAuthTest class core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php Tests Search Page Xml Basic Auth.
SearchPageXmlBasicAuthTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php
SearchPageXmlBasicAuthTest::$auth property core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php The authentication mechanism to use in this test.
SearchPageXmlBasicAuthTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php The theme to install as the default for testing.
SearchPageXmlBasicAuthTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php The format to use in this test.
SearchPageXmlBasicAuthTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php The MIME type that corresponds to $format.
SearchPageXmlBasicAuthTest::$modules property core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php Modules to install.
SearchPageXmlCookieTest class core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php Tests Search Page Xml Cookie.
SearchPageXmlCookieTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php
SearchPageXmlCookieTest::$auth property core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php The authentication mechanism to use in this test.
SearchPageXmlCookieTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php The theme to install as the default for testing.
SearchPageXmlCookieTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php The format to use in this test.
SearchPageXmlCookieTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php The MIME type that corresponds to $format.
SearchPluginCollectionTest class core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests Drupal\search\Plugin\SearchPluginCollection.
SearchPluginCollectionTest.php file core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::$pluginInstances property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Stores all setup plugin instances.
SearchPluginCollectionTest::$pluginManager property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The mocked plugin manager.
SearchPluginCollectionTest::$searchPluginCollection property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The tested plugin collection.
SearchPluginCollectionTest::setUp function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::testGet function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method.
SearchPluginCollectionTest::testGetWithConfigurablePlugin function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method with a configurable plugin.
SearchPreprocessLangcodeTest class core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests that the search preprocessing uses the correct language code.
SearchPreprocessLangcodeTest.php file core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
SearchPreprocessLangcodeTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php The theme to install as the default for testing.
SearchPreprocessLangcodeTest::$modules property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Modules to install.
SearchPreprocessLangcodeTest::$node property core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Test node for searching.
SearchPreprocessLangcodeTest::setUp function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
SearchPreprocessLangcodeTest::testPreprocessLangcode function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming function core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php Tests stemming for hook_search_preprocess().
SearchQueryAlterTest class core/modules/search/tests/src/Functional/SearchQueryAlterTest.php Tests that the node search query can be altered via the query alter hook.
SearchQueryAlterTest.php file core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
SearchQueryAlterTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchQueryAlterTest.php The theme to install as the default for testing.
SearchQueryAlterTest::$modules property core/modules/search/tests/src/Functional/SearchQueryAlterTest.php Modules to install.
SearchQueryAlterTest::testQueryAlter function core/modules/search/tests/src/Functional/SearchQueryAlterTest.php Tests that the query alter works.
SearchRankingTest class core/modules/search/tests/src/Functional/SearchRankingTest.php Indexes content and tests ranking factors.
SearchRankingTest.php file core/modules/search/tests/src/Functional/SearchRankingTest.php

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