ActionUninstallTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/action/tests/src/Functional/ActionUninstallTest.php \Drupal\Tests\action\Functional\ActionUninstallTest::modules
  2. 8.9.x core/modules/action/tests/src/Functional/ActionUninstallTest.php \Drupal\Tests\action\Functional\ActionUninstallTest::modules
  3. 10 core/modules/action/tests/src/Functional/ActionUninstallTest.php \Drupal\Tests\action\Functional\ActionUninstallTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/action/tests/src/Functional/ActionUninstallTest.php, line 23

Class

ActionUninstallTest
Tests that uninstalling Actions UI does not remove other modules' actions.

Namespace

Drupal\Tests\action\Functional

Code

protected static $modules = [
    'views',
    'action',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.