public static function InviteExpireTest::getInfo in Invite 7.4
File
- tests/
InviteExpireTest.test, line 25 - Contains \InviteExpireTest.
Class
- InviteExpireTest
- Tests the expire functionality of the invite module.
Code
public static function getInfo() {
return array(
'name' => 'Invite expire',
'description' => 'Tests the invite expire time',
'group' => 'Invite',
);
}