1 backdrop_web_test_case.php protected BackdropWebTestCase::backdropGetContent()

Gets the current raw HTML of requested page.

File

core/modules/simpletest/backdrop_web_test_case.php, line 3117

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

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