You are here

public function FontyourfaceSaveFontTestCase::getInfo in @font-your-face 7.2

Same name and namespace in other branches
  1. 6.2 fontyourface.test \FontyourfaceSaveFontTestCase::getInfo()
  2. 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'),
  );
}