public static property ActionUninstallTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/action/tests/src/Functional/ActionUninstallTest.php \Drupal\Tests\action\Functional\ActionUninstallTest::modules
 - 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 21  
Class
- ActionUninstallTest
 - Tests that uninstalling actions does not remove other module's actions.
 
Namespace
Drupal\Tests\action\FunctionalCode
public static $modules = [
  'views',
  'action',
];