You are here

public static function BetterFormatsTestCase::getInfo in Better Formats 6

Same name and namespace in other branches
  1. 6.2 tests/better_formats_anonymous_user.test \BetterFormatsTestCase::getInfo()

Implementation of getInfo().

File

tests/better_formats_anonymous_user.test, line 13
Tests for the Better Formats module.

Class

BetterFormatsTestCase
@file Tests for the Better Formats module.

Code

public static function getInfo() {
  return array(
    'name' => t('Better formats tests'),
    'description' => t('Test some of the BetterFormats features.'),
    'group' => t('Better Formats'),
  );
}