Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.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::$defaultTheme property core/modules/search/tests/src/Functional/SearchPageTextTest.php The theme to install as the default for testing.
SearchPageTextTest::$modules property core/modules/search/tests/src/Functional/SearchPageTextTest.php Modules to enable.
SearchPageTextTest::$searchingUser property core/modules/search/tests/src/Functional/SearchPageTextTest.php A user with permission to use advanced search.
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.
SearchPageXmlAnonTest class core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php @group rest
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 @group rest
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 @group rest
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 @coversDefaultClass \Drupal\search\Plugin\SearchPluginCollection[[api-linebreak]]
@group search
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 enable.
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 enable.
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
SearchRankingTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchRankingTest.php The theme to install as the default for testing.
SearchRankingTest::$modules property core/modules/search/tests/src/Functional/SearchRankingTest.php Modules to enable.
SearchRankingTest::$nodeSearch property core/modules/search/tests/src/Functional/SearchRankingTest.php The node search page.

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