You are here

public function WebformPermissionsTestCase::tearDown in Webform 7.3

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

Implements hook.

Overrides WebformTestCase::tearDown

File

tests/permissions.test, line 35

Class

WebformPermissionsTestCase

Code

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