17 calls to DrupalWebTestCase::refreshVariables()
- DrupalMatchPathTestCase::setUp in modules/
simpletest/ tests/ path.test - Sets up a Drupal site for running functional and integration tests.
- DrupalWebTestCase::drupalGet in modules/
simpletest/ drupal_web_test_case.php - Retrieves a Drupal path or an absolute path.
- DrupalWebTestCase::drupalHead in modules/
simpletest/ drupal_web_test_case.php - Retrieves only the headers for a Drupal path or an absolute path.
- DrupalWebTestCase::drupalPost in modules/
simpletest/ drupal_web_test_case.php - Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
- DrupalWebTestCase::resetAll in modules/
simpletest/ drupal_web_test_case.php - Reset all data structures after having enabled new modules.
- DrupalWebTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up a Drupal site for running functional and integration tests.
- DrupalWebTestCase::tearDown in modules/
simpletest/ drupal_web_test_case.php - Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
- FormatDateUnitTest::setUp in modules/
simpletest/ tests/ common.test - Sets up a Drupal site for running functional and integration tests.
- SearchEmbedForm::setUp in modules/
search/ search.test - Sets up a Drupal site for running functional and integration tests.
- SearchExactTestCase::testExactQuery in modules/
search/ search.test - Tests that the correct number of pager links are found for both keywords and phrases.
- SearchNodeAccessTest::testPhraseSearchPunctuation in modules/
search/ search.test - Tests that search works with punctuation and HTML entities.
- SearchRankingTestCase::testDoubleRankings in modules/
search/ search.test - Verifies that if we combine two rankings, search still works.
- SearchRankingTestCase::testHTMLRankings in modules/
search/ search.test - Test rankings of HTML tags.
- SearchRankingTestCase::testRankings in modules/
search/ search.test - SearchTokenizerTestCase::testNoTokenizer in modules/
search/ search.test - Verifies that strings of non-CJK characters are not tokenized.
- SearchTokenizerTestCase::testTokenizer in modules/
search/ search.test - Verifies that strings of CJK characters are tokenized.
- UpgradePathTestCase::refreshVariables in modules/
simpletest/ tests/ upgrade/ upgrade.test - Specialized refreshVariables().
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.