You are here

public function WebformTestCase::webformPrintPage in Webform 7.4

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.3 tests/webform.test \WebformTestCase::webformPrintPage()

Utility function to print out the current page being tested.

File

tests/WebformTestCase.test, line 1067

Class

WebformTestCase
Webform module tests.

Code

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