You are here

protected function AttachmentTest::tearDown in Webform CiviCRM Integration 8.5

Overrides WebDriverTestBase::tearDown

File

tests/src/FunctionalJavascript/AttachmentTest.php, line 42

Class

AttachmentTest
Tests submitting a Webform with CiviCRM: Contact with File.

Namespace

Drupal\Tests\webform_civicrm\FunctionalJavascript

Code

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