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 3131
Class
- BackdropWebTestCase
- Test case for typical Backdrop tests.
Code
protected function backdropGetContent() {
return $this->content;
}