You are here

protected function AttachmentTest::setUp in Webform CiviCRM Integration 8.5

Overrides WebformCivicrmTestBase::setUp

File

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

Class

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

Namespace

Drupal\Tests\webform_civicrm\FunctionalJavascript

Code

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