You are here

public static function ViewsUserTestCase::getInfo in Views (for Drupal 7) 7.3

File

tests/user/views_user.test, line 26
Definition of ViewsUserTestCase.

Class

ViewsUserTestCase
Tests basic user module integration into views.

Code

public static function getInfo() {
  return array(
    'name' => 'Tests basic user integration',
    'description' => 'Tests the integration of user module',
    'group' => 'Views Modules',
  );
}