You are here

14 calls to WebTestBase::refreshVariables() in Zircon Profile 8

FormatDateTest::setUp in core/modules/system/src/Tests/Common/FormatDateTest.php
Sets up a Drupal site for running functional and integration tests.
InstallerTestBase::refreshVariables in core/modules/simpletest/src/InstallerTestBase.php
WebTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed.
LanguageNegotiationInfoTest::stateSet in core/modules/language/src/Tests/LanguageNegotiationInfoTest.php
Sets state flags for language_test module.
RESTTestBase::httpRequest in core/modules/rest/src/Tests/RESTTestBase.php
Helper function to issue a HTTP request with simpletest's cURL.
SearchEmbedFormTest::setUp in core/modules/search/src/Tests/SearchEmbedFormTest.php
Sets up a Drupal site for running functional and integration tests.
SearchExactTest::testExactQuery in core/modules/search/src/Tests/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/src/Tests/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SearchTokenizerTest::testNoTokenizer in core/modules/search/src/Tests/SearchTokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer in core/modules/search/src/Tests/SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
WebTestBase::drupalGet in core/modules/simpletest/src/WebTestBase.php
Retrieves a Drupal path or an absolute path.
WebTestBase::drupalHead in core/modules/simpletest/src/WebTestBase.php
Retrieves only the headers for a Drupal path or an absolute path.
WebTestBase::drupalPostForm in core/modules/simpletest/src/WebTestBase.php
Executes a form submission.
WebTestBase::resetAll in core/modules/simpletest/src/WebTestBase.php
Resets all data structures after having enabled new modules.