You are here

protected function WebformBrowserTestBase::tearDown in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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();
}