public static function FontAwesomeTestCase::getInfo in Font Awesome Icons 7.2
Returns info displayed in the test interface.
Return value
array Formatted as specified by simpletest.
File
- tests/
fontawesome.test, line 16 - Test class for the Font Awesome module.
Class
- FontAwesomeTestCase
- @file Test class for the Font Awesome module.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Fontawesome Tests',
'description' => 'Test core Fontawesome functionality.',
'group' => 'Font Awesome',
);
}