You are here

public function WebformSubmissionTestCase::tearDown in Webform 7.3

Same name and namespace in other branches
  1. 6.3 tests/submission.test \WebformSubmissionTestCase::tearDown()
  2. 6.2 tests/submission.test \WebformSubmissionTestCase::tearDown()

Implements hook.

Overrides WebformTestCase::tearDown

File

tests/submission.test, line 35

Class

WebformSubmissionTestCase

Code

public function tearDown() {
  parent::tearDown();
}