public function WebformTestCase::webformReset in Webform 7.3
Same name and namespace in other branches
- 6.3 tests/webform.test \WebformTestCase::webformReset()
- 6.2 tests/webform.test \WebformTestCase::webformReset()
- 7.4 tests/WebformTestCase.test \WebformTestCase::webformReset()
5 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 - Test a submission that uses default values, and check database integrity.
- WebformSubmissionTestCase::testWebformSubmissionRequiredComponents in tests/
submission.test - Test that required fields with no default value can't be submitted as-is.
- WebformSubmissionTestCase::testWebformSubmissionValidate in tests/
submission.test - Test validation errors on each component that has specialized validation.
File
- tests/
webform.test, line 88 - Webform module tests.
Class
Code
public function webformReset() {
$this->_webform_node = NULL;
$this->_webform_components = NULL;
}