You are here

protected static property ConfigureAndExecuteTest::$modules in Rules 8.3

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ConfigureAndExecuteTest.php, line 19

Class

ConfigureAndExecuteTest
Tests that a rule can be configured and triggered when a node is edited.

Namespace

Drupal\Tests\rules\Functional

Code

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