package Check::Test1;

# cpanel12 - Test1.pm                             Copyright(c) 2007 cPanel, Inc.
#                                                           All rights Reserved.
# copyright@cpanel.net                                         http://cpanel.net

our $title = 'Test 1';
our $notice = 'TEST1: This is only a Test.';
our $severity = 3;
our $group = 'security';

sub relevant {
    return 1;
}

1;
