public static function BulkFormTest::getInfo

Same name in this branch

File

drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php, line 26
Contains \Drupal\action\Tests\BulkFormTest.

Class

BulkFormTest
Tests the views bulk form test.

Namespace

Drupal\action\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Bulk form',
    'description' => 'Tests the views bulk form test.',
    'group' => 'Action',
  );
}