comparison core/modules/action/tests/src/Functional/ActionUninstallTest.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
6 6
7 /** 7 /**
8 * Tests that uninstalling actions does not remove other module's actions. 8 * Tests that uninstalling actions does not remove other module's actions.
9 * 9 *
10 * @group action 10 * @group action
11 * @see \Drupal\action\Plugin\views\field\BulkForm 11 * @see \Drupal\views\Plugin\views\field\BulkForm
12 * @see \Drupal\user\Plugin\Action\BlockUser
12 */ 13 */
13 class ActionUninstallTest extends BrowserTestBase { 14 class ActionUninstallTest extends BrowserTestBase {
14 15
15 /** 16 /**
16 * Modules to install. 17 * Modules to install.