You are here

public function WebformTestCase::webformPrintPage in Webform 7.3

Same name and namespace in other branches
  1. 6.3 tests/webform.test \WebformTestCase::webformPrintPage()
  2. 6.2 tests/webform.test \WebformTestCase::webformPrintPage()
  3. 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

WebformTestCase

Code

public function webformPrintPage() {
  $this
    ->verbose($this
    ->drupalGetContent());
}