You are here

protected static property RulesUiEmbedTest::$modules in Rules 8.3

Same name in this branch
  1. 8.3 tests/src/Functional/RulesUiEmbedTest.php \Drupal\Tests\rules\Functional\RulesUiEmbedTest::modules
  2. 8.3 tests/src/Kernel/RulesUiEmbedTest.php \Drupal\Tests\rules\Kernel\RulesUiEmbedTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RulesUiEmbedTest.php, line 17

Class

RulesUiEmbedTest
Functional test for the embedded Rules example implementation.

Namespace

Drupal\Tests\rules\Functional

Code

protected static $modules = [
  'rules_test_ui_embed',
];