You are here

function DrupalTestCase::drupalGetContent in SimpleTest 5

Same name and namespace in other branches
  1. 6 drupal_test_case.php \DrupalTestCase::drupalGetContent()

@TODO: needs documentation

2 calls to DrupalTestCase::drupalGetContent()
TaxonomyTestNodeApi::testTaxonomyNode in tests/taxonomy.module.test
UploadPictureTests::testPictureIsValid in tests/upload_tests.test

File

./drupal_test_case.php, line 148

Class

DrupalTestCase
Test case for typical Drupal tests. Extends WebTestCase for comfortable browser usage but also implements all UnitTestCase methods, I wish WebTestCase would do this.

Code

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