You are here

function WebformTestCase::webformPrintPage in Webform 6.3

Same name and namespace in other branches
  1. 6.2 tests/webform.test \WebformTestCase::webformPrintPage()
  2. 7.4 tests/WebformTestCase.test \WebformTestCase::webformPrintPage()
  3. 7.3 tests/webform.test \WebformTestCase::webformPrintPage()

Utility function to print out the current page being tested.

File

tests/webform.test, line 720
Webform module tests.

Class

WebformTestCase
@file Webform module tests.

Code

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