function WebformClearSubmissionTestCase::tearDown in Webform Clear 7.2
Implements tearDown().
File
- ./
webform_clear.test, line 34
Class
Code
function tearDown() {
parent::tearDown();
}
Implements tearDown().
function tearDown() {
parent::tearDown();
}