public static function UUIDCommentTestCase::getInfo in Universally Unique IDentifier 7
File
- ./
uuid.test, line 483 - Test suite for UUID module.
Class
- UUIDCommentTestCase
- Tests the Comment implementation.
Code
public static function getInfo() {
return array(
'name' => 'Comment implementation',
'description' => 'Tests the Comment implementation.',
'group' => 'UUID',
);
}