You are here

protected static property WebformBrowserTestBaseTest::$testWebforms in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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',
];