You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/States/WebformStatesServerTest.php, line 25

Class

WebformStatesServerTest
Tests for webform submission conditions (#states) validator.

Namespace

Drupal\Tests\webform\Functional\States

Code

protected static $testWebforms = [
  'test_states_crosspage',
  'test_states_server_custom',
  'test_states_server_comp',
  'test_states_server_file',
  'test_states_server_file',
  'test_states_server_likert',
  'test_states_server_nested',
  'test_states_server_multiple',
  'test_states_server_containers',
  'test_states_server_required',
];