protected function DrupalWebTestCase::drupalGetContent

7.x drupal_web_test_case.php protected DrupalWebTestCase::drupalGetContent()

Gets the current raw HTML of requested page.

27 calls to DrupalWebTestCase::drupalGetContent()
BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test page compression.
CommentBlockFunctionalTest::testRecentCommentBlock in drupal-7.x/modules/comment/comment.test
Test the recent comments block.
CommentHelperCase::commentContactInfoAvailable in drupal-7.x/modules/comment/comment.test
Check for contact info.
CommentHelperCase::commentExists in drupal-7.x/modules/comment/comment.test
Checks current page for specified comment.
CommentHelperCase::getUnapprovedComment in drupal-7.x/modules/comment/comment.test
Get the comment ID for an unapproved comment.

... See full list

File

drupal-7.x/modules/simpletest/drupal_web_test_case.php, line 2826

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

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