You are here

protected static property WebformStatesPreviewTest::$testWebforms in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/States/WebformStatesPreviewTest.php \Drupal\Tests\webform\Functional\States\WebformStatesPreviewTest::testWebforms

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/States/WebformStatesPreviewTest.php, line 20

Class

WebformStatesPreviewTest
Tests for webform states preview.

Namespace

Drupal\Tests\webform\Functional\States

Code

protected static $testWebforms = [
  'test_states_server_preview',
  'test_states_server_save',
  'test_states_server_clear',
];