You are here

public static property WebformBlockContextTest::$modules in Webform 6.x

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Block/WebformBlockContextTest.php, line 20

Class

WebformBlockContextTest
Tests for webform block context.

Namespace

Drupal\Tests\webform\Functional\Block

Code

public static $modules = [
  'block',
  'webform',
  'webform_node',
  'webform_test_block_context',
];