You are here

function WebformPermissionsTestCase::tearDown in Webform 6.2

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

Implementation of tearDown().

Overrides WebformTestCase::tearDown

File

tests/permissions.test, line 32

Class

WebformPermissionsTestCase

Code

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