You are here

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

1 method overrides viewsHandlerArgumentCommentUserUidTest::getInfo()
viewsHandlerFilterCommentUserUidTest::getInfo in tests/comment/views_handler_filter_comment_user_uid.test

File

tests/comment/views_handler_argument_comment_user_uid.test, line 13
Definition of viewsHandlerArgumentCommentUserUidTest.

Class

viewsHandlerArgumentCommentUserUidTest
Tests the argument_comment_user_uid handler.

Code

public static function getInfo() {
  return array(
    'name' => 'Tests handler argument_comment_user_uid',
    'description' => 'Tests the user posted or commented argument handler',
    'group' => 'Views Modules',
  );
}