protected static property ActionUninstallTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/action/tests/src/Functional/ActionUninstallTest.php \Drupal\Tests\action\Functional\ActionUninstallTest::modules
 - 9 core/modules/action/tests/src/Functional/ActionUninstallTest.php \Drupal\Tests\action\Functional\ActionUninstallTest::modules
 
Modules to install.
Type: array
File
- core/
modules/ action/ tests/ src/ Functional/ ActionUninstallTest.php, line 21  
Class
- ActionUninstallTest
 - Tests that uninstalling Actions does not remove other modules' actions.
 
Namespace
Drupal\Tests\action\FunctionalCode
protected static $modules = [
  'views',
  'action',
];