You are here

function WebformSubmissionTestCase::tearDown in Webform 6.2

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

Implementation of tearDown().

Overrides WebformTestCase::tearDown

File

tests/submission.test, line 32

Class

WebformSubmissionTestCase

Code

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