16 calls to WebTestBase::refreshVariables()

FormatDateTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Sets up a Drupal site for running functional and integration tests.
MatchPathTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php
Sets up a Drupal site for running functional and integration tests.
SearchEmbedFormTest::setUp in drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchExactTest::testExactQuery in drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeAccessTest::testPhraseSearchPunctuation in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNodeAccessTest.php
Tests that search returns results with punctuation in the search phrase.
SearchRankingTest::testDoubleRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Verifies that if we combine two rankings, search still works.
SearchRankingTest::testHTMLRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SearchTokenizerTest::testNoTokenizer in drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer in drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
UpgradePathTestBase::refreshVariables in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UpgradePathTestBase.php
Specialized refreshVariables().
WebTestBase::drupalGet in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Retrieves a Drupal path or an absolute path.
WebTestBase::drupalHead in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Retrieves only the headers for a Drupal path or an absolute path.
WebTestBase::drupalPost in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
WebTestBase::resetAll in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Reset all data structures after having enabled new modules.
WebTestBase::tearDown in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.