16 calls to DrupalWebTestCase::refreshVariables()

DrupalMatchPathTestCase::setUp in drupal/modules/simpletest/tests/path.test
Sets up a Drupal site for running functional and integration tests.
DrupalWebTestCase::drupalGet in drupal/modules/simpletest/drupal_web_test_case.php
Retrieves a Drupal path or an absolute path.
DrupalWebTestCase::drupalHead in drupal/modules/simpletest/drupal_web_test_case.php
Retrieves only the headers for a Drupal path or an absolute path.
DrupalWebTestCase::drupalPost in drupal/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 drupal/modules/simpletest/drupal_web_test_case.php
Reset all data structures after having enabled new modules.
DrupalWebTestCase::tearDown in drupal/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 drupal/modules/simpletest/tests/common.test
Sets up a Drupal site for running functional and integration tests.
SearchEmbedForm::setUp in drupal/modules/search/search.test
Sets up a Drupal site for running functional and integration tests.
SearchExactTestCase::testExactQuery in drupal/modules/search/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in drupal/modules/search/search.test
Tests that search works with punctuation and HTML entities.
SearchRankingTestCase::testDoubleRankings in drupal/modules/search/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in drupal/modules/search/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in drupal/modules/search/search.test
SearchTokenizerTestCase::testNoTokenizer in drupal/modules/search/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testTokenizer in drupal/modules/search/search.test
Verifies that strings of CJK characters are tokenized.
UpgradePathTestCase::refreshVariables in drupal/modules/simpletest/tests/upgrade/upgrade.test
Specialized refreshVariables().