15 calls to DrupalWebTestCase::refreshVariables()

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