function viewsHandlerArgumentCommentUserUidTest::getInfo

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 16

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',
    );
}