You are here

function WebformTestCase::webformPrintPage in Webform 6.2

Same name and namespace in other branches
  1. 6.3 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 657
Webform module tests.

Class

WebformTestCase
@file Webform module tests.

Code

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