SchemaTestCase::tryInsert |
core/modules/simpletest/tests/schema.test |
|
SchemaTestCase::tryUnsignedInsert |
core/modules/simpletest/tests/schema.test |
Tries to insert a negative value into columns defined as unsigned. |
SearchAdvancedSearchForm::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchAdvancedSearchForm::testNodeType |
core/modules/search/tests/search.test |
Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Page". |
SearchBlockTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchBlockTestCase::testBlock |
core/modules/search/tests/search.test |
Test that the search block form works correctly. |
SearchCommentCountToggleTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchCommentCountToggleTestCase::testSearchCommentCountToggle |
core/modules/search/tests/search.test |
Verify that comment count displays correctly based on comment status of
node. |
SearchCommentTestCase::assertCommentAccess |
core/modules/search/tests/search.test |
Update search index and search for comment. |
SearchCommentTestCase::setRolePermissions |
core/modules/search/tests/search.test |
Set permissions for role. |
SearchCommentTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchCommentTestCase::testAddNewComment |
core/modules/search/tests/search.test |
Verify that 'Add comment' does not appear in search results or index. |
SearchCommentTestCase::testSearchResultsComment |
core/modules/search/tests/search.test |
Verify that comments are rendered using proper format in search results. |
SearchCommentTestCase::testSearchResultsCommentAccess |
core/modules/search/tests/search.test |
Verify access rules for comment indexing with different permissions. |
SearchConfigSettingsForm::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchConfigSettingsForm::testSearchModuleDisabling |
core/modules/search/tests/search.test |
Verify that you can disable individual search modules. |
SearchConfigSettingsForm::testSearchNodeTypes |
core/modules/search/tests/search.test |
Verify enabling/disabling of certain node types. |
SearchConfigSettingsForm::testSearchSettingsPage |
core/modules/search/tests/search.test |
Verify the search settings form. |
SearchEmbedForm::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchEmbedForm::testEmbeddedForm |
core/modules/search/tests/search.test |
Tests that the embedded form appears and can be submitted. |
SearchExactTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchExactTestCase::testExactQuery |
core/modules/search/tests/search.test |
Tests that the correct number of pager links are found for both keywords and phrases. |
SearchExcerptTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchExcerptTestCase::testSearchExcerpt |
core/modules/search/tests/search.test |
Tests search_excerpt() with several simulated search keywords. |
SearchExcerptTestCase::testSearchExcerptSimplified |
core/modules/search/tests/search.test |
Tests search_excerpt() with search keywords matching simplified words. |
SearchExpressionInsertExtractTestCase::setUp |
core/modules/search/tests/search.test |
Sets up unit test environment. |
SearchExpressionInsertExtractTestCase::testInsertExtract |
core/modules/search/tests/search.test |
Tests search_expression_insert() and search_expression_extract(). |
SearchKeywordsConditions::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchKeywordsConditions::testSearchKeywordsConditions |
core/modules/search/tests/search.test |
Verify the keywords are captured and conditions respected. |
SearchLanguageTestCase::setUp |
core/modules/search/tests/search.test |
Implementation setUp(). |
SearchLanguageTestCase::testLanguages |
core/modules/search/tests/search.test |
|
SearchMatchTestCase::getText |
core/modules/search/tests/search.test |
_test_: Helper method for generating snippets of content. |
SearchMatchTestCase::getText2 |
core/modules/search/tests/search.test |
_test2_: Helper method for generating snippets of content. |
SearchMatchTestCase::setUp |
core/modules/search/tests/search.test |
Implementation setUp(). |
SearchMatchTestCase::testMatching |
core/modules/search/tests/search.test |
Test search indexing. |
SearchMatchTestCase::_setup |
core/modules/search/tests/search.test |
Set up a small index of items to test against. |
SearchMatchTestCase::_testQueries |
core/modules/search/tests/search.test |
Run predefine queries looking for indexed terms. |
SearchMatchTestCase::_testQueryMatching |
core/modules/search/tests/search.test |
Test the matching abilities of the engine. |
SearchMatchTestCase::_testQueryScores |
core/modules/search/tests/search.test |
Test the scoring abilities of the engine. |
SearchNodeAccessTest::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchNodeAccessTest::testPhraseSearchPunctuation |
core/modules/search/tests/search.test |
Tests that search works with punctuation and HTML entities. |
SearchNumberMatchingTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchNumberMatchingTestCase::testNumberSearching |
core/modules/search/tests/search.test |
Tests that all the numbers can be searched. |
SearchNumbersTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchNumbersTestCase::testNumberSearching |
core/modules/search/tests/search.test |
Tests that all the numbers can be searched. |
SearchPageOverride::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchPageOverride::testSearchPageHook |
core/modules/search/tests/search.test |
|
SearchPageText::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchPageText::testSearchText |
core/modules/search/tests/search.test |
Tests the failed search text, and various other text on the search page. |
SearchQuery::addScore |
core/modules/search/search.extender.inc |
Adds a custom score expression to the search query. |