You are here

public static property ActionUninstallTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/action/src/Tests/ActionUninstallTest.php \Drupal\action\Tests\ActionUninstallTest::modules

Modules to install.

Type: array

File

core/modules/action/src/Tests/ActionUninstallTest.php, line 25
Contains \Drupal\action\Tests\ActionUninstallTest.

Class

ActionUninstallTest
Tests that uninstalling actions does not remove other module's actions.

Namespace

Drupal\action\Tests

Code

public static $modules = array(
  'views',
  'action',
);