Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
WebDriverWebAssert::statusCodeEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of statusCodeEquals() is not available.
WebDriverWebAssert::statusCodeNotEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of statusCodeNotEquals() is not available.
WebTestBase class core/modules/simpletest/src/WebTestBase.php Test case for typical Drupal tests.
WebTestBase.php file core/modules/simpletest/src/WebTestBase.php
WebTestBase::$additionalCurlOptions property core/modules/simpletest/src/WebTestBase.php Additional cURL options.
WebTestBase::$assertAjaxHeader property core/modules/simpletest/src/WebTestBase.php Whether or not to assert the presence of the X-Drupal-Ajax-Token.
WebTestBase::$cookieFile property core/modules/simpletest/src/WebTestBase.php The current cookie file used by cURL.
WebTestBase::$cookies property core/modules/simpletest/src/WebTestBase.php The cookies of the page currently loaded in the internal browser.
WebTestBase::$curlCookies property core/modules/simpletest/src/WebTestBase.php Cookies to set on curl requests.
WebTestBase::$curlHandle property core/modules/simpletest/src/WebTestBase.php The handle of the current cURL connection.
WebTestBase::$customTranslations property core/modules/simpletest/src/WebTestBase.php An array of custom translations suitable for drupal_rewrite_settings().
WebTestBase::$dumpHeaders property core/modules/simpletest/src/WebTestBase.php Indicates that headers should be dumped if verbose output is enabled.
WebTestBase::$headers property core/modules/simpletest/src/WebTestBase.php The headers of the page currently loaded in the internal browser.
WebTestBase::$loggedInUser property core/modules/simpletest/src/WebTestBase.php The current user logged in using the internal browser.
WebTestBase::$maximumMetaRefreshCount property core/modules/simpletest/src/WebTestBase.php The number of meta refresh redirects to follow, or NULL if unlimited.
WebTestBase::$maximumRedirects property core/modules/simpletest/src/WebTestBase.php The maximum number of redirects to follow when handling responses.
WebTestBase::$metaRefreshCount property core/modules/simpletest/src/WebTestBase.php The number of meta refresh redirects followed during ::drupalGet().
WebTestBase::$originalBatch property core/modules/simpletest/src/WebTestBase.php The original batch, before it was changed for testing purposes.
WebTestBase::$originalShutdownCallbacks property core/modules/simpletest/src/WebTestBase.php The original shutdown handlers array, before it was cleaned for testing.
WebTestBase::$originalUser property core/modules/simpletest/src/WebTestBase.php The original user, before it was changed to a clean uid = 1 for testing.
WebTestBase::$profile property core/modules/simpletest/src/WebTestBase.php The profile to install as a basis for testing.
WebTestBase::$redirectCount property core/modules/simpletest/src/WebTestBase.php The number of redirects followed during the handling of a request.
WebTestBase::$sessionId property core/modules/simpletest/src/WebTestBase.php The current session ID, if available.
WebTestBase::$url property core/modules/simpletest/src/WebTestBase.php The URL currently loaded in the internal browser.
WebTestBase::addCustomTranslations function core/modules/simpletest/src/WebTestBase.php Queues custom translations to be written to settings.php.
WebTestBase::assertBlockAppears function core/modules/simpletest/src/WebTestBase.php Checks to see whether a block appears on the page.
WebTestBase::assertCacheTag function core/modules/simpletest/src/WebTestBase.php Asserts whether an expected cache tag was present in the last response.
WebTestBase::assertHeader function core/modules/simpletest/src/WebTestBase.php Check if a HTTP response header exists and has the expected value.
WebTestBase::assertNoBlockAppears function core/modules/simpletest/src/WebTestBase.php Checks to see whether a block does not appears on the page.
WebTestBase::assertNoCacheTag function core/modules/simpletest/src/WebTestBase.php Asserts whether an expected cache tag was absent in the last response.
WebTestBase::assertNoResponse function core/modules/simpletest/src/WebTestBase.php Asserts the page did not return the specified response code.
WebTestBase::assertResponse function core/modules/simpletest/src/WebTestBase.php Asserts the page responds with the specified response code.
WebTestBase::assertUrl function core/modules/simpletest/src/WebTestBase.php Passes if the internal browser's URL matches the given path.
WebTestBase::buildUrl function core/modules/simpletest/src/WebTestBase.php Builds an a absolute URL from a system path or a URL object.
WebTestBase::checkForMetaRefresh function core/modules/simpletest/src/WebTestBase.php Checks for meta refresh tag and if found call drupalGet() recursively.
WebTestBase::clickLink function core/modules/simpletest/src/WebTestBase.php Follows a link by complete name.
WebTestBase::clickLinkHelper function core/modules/simpletest/src/WebTestBase.php Provides a helper for ::clickLink() and ::clickLinkPartialName().
WebTestBase::clickLinkPartialName function core/modules/simpletest/src/WebTestBase.php Follows a link by partial name.
WebTestBase::curlClose function core/modules/simpletest/src/WebTestBase.php Close the cURL handler and unset the handler.
WebTestBase::curlExec function core/modules/simpletest/src/WebTestBase.php Initializes and executes a cURL request.
WebTestBase::curlHeaderCallback function core/modules/simpletest/src/WebTestBase.php Reads headers and registers errors received from the tested site.
WebTestBase::curlInitialize function core/modules/simpletest/src/WebTestBase.php Initializes the cURL connection.
WebTestBase::drupalGet function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path.
WebTestBase::drupalGetAjax function core/modules/simpletest/src/WebTestBase.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.
WebTestBase::drupalGetHeader function core/modules/simpletest/src/WebTestBase.php Gets the value of an HTTP response header.
WebTestBase::drupalGetHeaders function core/modules/simpletest/src/WebTestBase.php Gets the HTTP response headers of the requested page.
WebTestBase::drupalGetJSON function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path and JSON decodes the result.
WebTestBase::drupalGetWithFormat function core/modules/simpletest/src/WebTestBase.php Retrieves a Drupal path or an absolute path for a given format.
WebTestBase::drupalGetXHR function core/modules/simpletest/src/WebTestBase.php Requests a Drupal path or an absolute path as if it is a XMLHttpRequest.
WebTestBase::drupalHead function core/modules/simpletest/src/WebTestBase.php Retrieves only the headers for a Drupal path or an absolute path.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.