You are here

protected static property WebformHandlerEmailBasicTest::$testWebforms in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Functional/Handler/WebformHandlerEmailBasicTest.php \Drupal\Tests\webform\Functional\Handler\WebformHandlerEmailBasicTest::testWebforms

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Handler/WebformHandlerEmailBasicTest.php, line 22

Class

WebformHandlerEmailBasicTest
Tests for basic email webform handler functionality.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

protected static $testWebforms = [
  'test_handler_email',
];