- BackdropMatchPathTestCase::setUp in core/
modules/ simpletest/ tests/ path.test - Sets up a Backdrop site for running functional and integration tests.
- BackdropWebTestCase::backdropGet in core/
modules/ simpletest/ backdrop_web_test_case.php - Retrieves a Backdrop path or an absolute path.
- BackdropWebTestCase::backdropHead in core/
modules/ simpletest/ backdrop_web_test_case.php - Retrieves only the headers for a Backdrop path or an absolute path.
- BackdropWebTestCase::backdropPost in core/
modules/ simpletest/ backdrop_web_test_case.php - Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
- BackdropWebTestCase::resetAll in core/
modules/ simpletest/ backdrop_web_test_case.php - Reset all data structures after having enabled new modules.
- BackdropWebTestCase::tearDown in core/
modules/ simpletest/ backdrop_web_test_case.php - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- BackdropWebTestCaseCache::tearDown in core/
modules/ simpletest/ backdrop_web_test_case_cache.php - Reset the database prefix and global config.
- CommonFormatDateTestCase::setUp in core/
modules/ simpletest/ tests/ common.test - Sets up a Backdrop site for running functional and integration tests.
- PathPatternTestHelper::assertEntityPattern in core/
modules/ path/ tests/ path_pattern.test - SearchEmbedForm::setUp in core/
modules/ search/ tests/ search.test - Sets up a Backdrop site for running functional and integration tests.
- SearchExactTestCase::testExactQuery in core/
modules/ search/ tests/ search.test - Tests that the correct number of pager links are found for both keywords and phrases.
- SearchNodeAccessTest::testPhraseSearchPunctuation in core/
modules/ search/ tests/ search.test - Tests that search works with punctuation and HTML entities.
- SearchRankingTestCase::testDoubleRankings in core/
modules/ search/ tests/ search.test - Verifies that if we combine two rankings, search still works.
- SearchRankingTestCase::testHTMLRankings in core/
modules/ search/ tests/ search.test - Test rankings of HTML tags.
- SearchRankingTestCase::testRankings in core/
modules/ search/ tests/ search.test - SearchTokenizerTestCase::testNoTokenizer in core/
modules/ search/ tests/ search.test - Verifies that strings of non-CJK characters are not tokenized.
- SearchTokenizerTestCase::testTokenizer in core/
modules/ search/ tests/ search.test - Verifies that strings of CJK characters are tokenized.