SearchAdvancedSearchFormTest |
core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php |
Indexes content and tests the advanced search form. |
SearchBlockTest |
core/modules/search/tests/src/Functional/SearchBlockTest.php |
Tests if the search form block is available. |
SearchCommentCountToggleTest |
core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php |
Tests that comment count display toggles properly on comment status of node. |
SearchCommentTest |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Tests integration searching comments. |
SearchConfigSettingsFormTest |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Verify the search config settings form. |
SearchDateIntervalTest |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
Tests searching with date filters that exclude some translations. |
SearchEmbedFormTest |
core/modules/search/tests/src/Functional/SearchEmbedFormTest.php |
Verifies that a form embedded in search results works. |
SearchExactTest |
core/modules/search/tests/src/Functional/SearchExactTest.php |
Tests that searching for a phrase gets the correct page count. |
SearchKeywordsConditionsTest |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
Verify the search without keywords set and extra conditions. |
SearchLanguageTest |
core/modules/search/tests/src/Functional/SearchLanguageTest.php |
Tests advanced search with different languages added. |
SearchMultilingualEntityTest |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Tests entities with multilingual fields. |
SearchNodeDiacriticsTest |
core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php |
Tests search functionality with diacritics. |
SearchNodePunctuationTest |
core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php |
Tests search functionality with punctuation and HTML entities. |
SearchNodeUpdateAndDeletionTest |
core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php |
Tests search index is updated properly when nodes are removed or updated. |
SearchNumberMatchingTest |
core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php |
Tests that numbers can be searched with more complex matching. |
SearchNumbersTest |
core/modules/search/tests/src/Functional/SearchNumbersTest.php |
Tests that numbers can be searched. |
SearchPageCacheTagsTest |
core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php |
Tests the search_page entity cache tags on the search results pages. |
SearchPageOverrideTest |
core/modules/search/tests/src/Functional/SearchPageOverrideTest.php |
Tests if the result page can be overridden. |
SearchPageTextTest |
core/modules/search/tests/src/Functional/SearchPageTextTest.php |
Tests the search help text and search page text. |
SearchPreprocessLangcodeTest |
core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php |
Tests that the search preprocessing uses the correct language code. |
SearchQueryAlterTest |
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php |
Tests that the node search query can be altered via the query alter hook. |
SearchRankingTest |
core/modules/search/tests/src/Functional/SearchRankingTest.php |
Indexes content and tests ranking factors. |
SearchSetLocaleTest |
core/modules/search/tests/src/Functional/SearchSetLocaleTest.php |
Tests that search works with numeric locale settings. |
SearchTestBase |
core/modules/search/tests/src/Functional/SearchTestBase.php |
Defines the common search test code. |