public static property BulkFormTest::$modules in Zircon Profile 8
Same name in this branch
- 8 core/modules/action/src/Tests/BulkFormTest.php \Drupal\action\Tests\BulkFormTest::modules
- 8 core/modules/node/src/Tests/Views/BulkFormTest.php \Drupal\node\Tests\Views\BulkFormTest::modules
- 8 core/modules/user/src/Tests/Views/BulkFormTest.php \Drupal\user\Tests\Views\BulkFormTest::modules
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/Views/BulkFormTest.php \Drupal\user\Tests\Views\BulkFormTest::modules
Modules to enable.
Type: array
Overrides UserTestBase::$modules
File
- core/
modules/ user/ src/ Tests/ Views/ BulkFormTest.php, line 26 - Contains \Drupal\user\Tests\Views\BulkFormTest.
Class
- BulkFormTest
- Tests a user bulk form.
Namespace
Drupal\user\Tests\ViewsCode
public static $modules = array(
'views_ui',
);