You are here

function WebformTestCase::webformReset in Webform 6.2

Same name and namespace in other branches
  1. 6.3 tests/webform.test \WebformTestCase::webformReset()
  2. 7.4 tests/WebformTestCase.test \WebformTestCase::webformReset()
  3. 7.3 tests/webform.test \WebformTestCase::webformReset()
3 calls to WebformTestCase::webformReset()
WebformPermissionsTestCase::testWebformSubmitAccess in tests/permissions.test
Create a webform node in which authenticated users have access to submit.
WebformSubmissionTestCase::testWebformSubmission in tests/submission.test
Test sending a submission and check database integrity.
WebformSubmissionTestCase::testWebformSubmissionDefault in tests/submission.test

File

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

Class

WebformTestCase
@file Webform module tests.

Code

function webformReset() {
  $this->_webform_node = NULL;
  $this->_webform_components = NULL;
}