You are here

public static property SettingsTest::$modules in Acquia Lift Connector 8.3

Same name and namespace in other branches
  1. 8 src/Tests/SettingsTest.php \Drupal\acquia_lift\Tests\SettingsTest::modules

Modules to enable.

Type: array

File

src/Tests/SettingsTest.php, line 23

Class

SettingsTest
Test Acquia Lift Settings.

Namespace

Drupal\acquia_lift\Tests

Code

public static $modules = [
  'node',
  'taxonomy',
  'acquia_lift',
];