You are here

public static property EntityUpdateInstallUninstallTest::$modules in Entity Update 8

Modules to enable.

Type: array

File

modules/entity_update_tests/src/Tests/EntityUpdateInstallUninstallTest.php, line 19

Class

EntityUpdateInstallUninstallTest
Test install and uninstall Entity Update module.

Namespace

Drupal\entity_update_tests\Tests

Code

public static $modules = [
  'entity_update',
  'entity_update_tests',
];