You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/Block/WebformBlockTest.php, line 26

Class

WebformBlockTest
Tests for webform block.

Namespace

Drupal\Tests\webform\Functional\Block

Code

protected static $testWebforms = [
  'test_confirmation_inline',
  'test_confirmation_message',
];