You are here

protected static property UiPageTest::$modules in Rules 8.3

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

UiPageTest
Tests that the Rules UI pages are reachable.

Namespace

Drupal\Tests\rules\Functional

Code

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