You are here

public static function UserProtectViewsBulkOperationsWebTest::getInfo in User protect 7

File

tests/UserProtectViewsBulkOperationsWebTest.test, line 23
Contains UserProtectViewsBulkOperationsWebTest.

Class

UserProtectViewsBulkOperationsWebTest
Tests if user bulk operations provided by Views Bulk Operations are protected.

Code

public static function getInfo() {
  return array(
    'name' => 'Views bulk operations protection',
    'description' => 'Tests if user bulk operations provided by Views Bulk Operations are protected.',
    'group' => 'User protect',
    'dependencies' => array(
      'user',
      'entity',
      'views',
      'views_bulk_operations',
    ),
  );
}