public function WebformTestCase::webformPrintPage in Webform 7.3
Same name and namespace in other branches
- 6.3 tests/webform.test \WebformTestCase::webformPrintPage()
- 6.2 tests/webform.test \WebformTestCase::webformPrintPage()
- 7.4 tests/WebformTestCase.test \WebformTestCase::webformPrintPage()
Utility function to print out the current page being tested.
File
- tests/
webform.test, line 733 - Webform module tests.
Class
Code
public function webformPrintPage() {
$this
->verbose($this
->drupalGetContent());
}