You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Composite/WebformCompositeFormatTest.php, line 30

Class

WebformCompositeFormatTest
Tests for webform submission webform element custom #format support.

Namespace

Drupal\Tests\webform\Functional\Composite

Code

protected static $testWebforms = [
  'test_composite_format',
  'test_composite_format_multiple',
];