BackdropMatchPathTestCase::setUp in modules/simpletest/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
BackdropWebTestCase::backdropGet in modules/simpletest/backdrop_web_test_case.php
Retrieves a Backdrop path or an absolute path.
BackdropWebTestCase::backdropHead in modules/simpletest/backdrop_web_test_case.php
Retrieves only the headers for a Backdrop path or an absolute path.
BackdropWebTestCase::backdropPost in 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.
BackdropWebTestCaseCache::tearDown in modules/simpletest/backdrop_web_test_case_cache.php
Reset the database prefix and global config.
BackdropWebTestCase::resetAll in modules/simpletest/backdrop_web_test_case.php
Reset all data structures after having enabled new modules.
BackdropWebTestCase::tearDown in 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.
CommonFormatDateTestCase::setUp in modules/simpletest/tests/common.test
Sets up a Backdrop site for running functional and integration tests.
FieldUIViewModeTestHelper::refreshVariables in modules/field_ui/tests/field_ui.test
Overrides BackdropWebTestCase::refreshVariables().
PathPatternTestHelper::assertEntityPattern in modules/path/tests/path_pattern.test
SearchEmbedForm::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchExactTestCase::testExactQuery in modules/search/tests/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SearchRankingTestCase::testDoubleRankings in modules/search/tests/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in modules/search/tests/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in modules/search/tests/search.test
SearchTokenizerTestCase::testNoTokenizer in modules/search/tests/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testTokenizer in modules/search/tests/search.test
Verifies that strings of CJK characters are tokenized.
UpgradePathTestCase::refreshVariables in modules/simpletest/tests/upgrade/upgrade.test
Specialized refreshVariables().