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