protected function DrupalWebTestCase::drupalGetContent
Gets the current raw HTML of requested page.
56 calls to DrupalWebTestCase::drupalGetContent()
- BootstrapPageCacheTestCase::testPageCompression in drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test - Test page compression.
- 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.
- 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.
Archivo
- drupal-7.x/
modules/ simpletest/ drupal_web_test_case.php, line 2806
Class
- DrupalWebTestCase
- Test case for typical Drupal tests.
Código
protected function drupalGetContent() {
return $this->content;
}