You are here

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

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

Webforms to load.

Type: array

Overrides WebformBrowserTestBase::$testWebforms

File

tests/src/Functional/WebformBrowserTestBaseTest.php, line 26

Class

WebformBrowserTestBaseTest
Test the webform test base class.

Namespace

Drupal\Tests\webform\Functional

Code

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