You are here

protected function WebformBrowserTestBase::tearDown in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/WebformBrowserTestBase.php \Drupal\Tests\webform\Functional\WebformBrowserTestBase::tearDown()

Overrides BrowserTestBase::tearDown

File

tests/src/Functional/WebformBrowserTestBase.php, line 51

Class

WebformBrowserTestBase
Defines an abstract test base for webform tests.

Namespace

Drupal\Tests\webform\Functional

Code

protected function tearDown() {
  $this
    ->purgeSubmissions();
  parent::tearDown();
}