Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
drupal_web_test_case.php
»
DrupalWebTestCase
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
protected property DrupalWebTestCase::$httpauth_credentials
HTTP authentication credentials (<username>:<password>).
File
drupal/
modules/
simpletest/
drupal_web_test_case.php
, line 915
Class
DrupalWebTestCase
Test case for typical Drupal tests.
Code
protected $httpauth_credentials =
NULL
;