protected function DrupalWebTestCase::drupalGetContent

Gets the current raw HTML of requested page.

29 calls to DrupalWebTestCase::drupalGetContent()

File

drupal/modules/simpletest/drupal_web_test_case.php, line 2911

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected function drupalGetContent() {
  return $this->content;
}