public function FontyourfaceSaveFontTestCase::getInfo in @font-your-face 6.2
Same name and namespace in other branches
- 7.2 fontyourface.test \FontyourfaceSaveFontTestCase::getInfo()
- 7 fontyourface.test \FontyourfaceSaveFontTestCase::getInfo()
File
- ./
fontyourface.test, line 10 - Provides tests for simpletest.
Class
- FontyourfaceSaveFontTestCase
- @file Provides tests for simpletest.
Code
public function getInfo() {
return array(
'name' => t('Save font'),
'description' => t('Saves new font and updates existing font.'),
'group' => t('@font-your-face'),
);
}