You are here

protected static property EventBundleTest::$modules in Rules 8.3

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/EventBundleTest.php, line 19

Class

EventBundleTest
Tests the Ajax behavior of the Add Reaction Rule UI.

Namespace

Drupal\Tests\rules\FunctionalJavascript

Code

protected static $modules = [
  'rules',
  'taxonomy',
];