public static function BulkFormTest::getInfo

Same name in this branch

File

drupal/core/modules/user/lib/Drupal/user/Tests/Views/BulkFormTest.php, line 24
Contains \Drupal\user\Tests\Views\BulkFormTest.

Class

BulkFormTest
Tests the views bulk form test.

Namespace

Drupal\user\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'User: Bulk form',
    'description' => 'Tests a user bulk form.',
    'group' => 'Views module integration',
  );
}