You are here

public static function FivestarTestCase::getInfo in Fivestar 7.2

Same name and namespace in other branches
  1. 8 test/fivestar.field.test \FivestarTestCase::getInfo()

Provides test metadata.

File

test/fivestar.field.test, line 16
Simpletests for the Fivestar module.

Class

FivestarTestCase
Makes sure fivestar widgets can be created and used.

Code

public static function getInfo() {
  return array(
    'name' => 'Fivestar widgets',
    'description' => 'Make sure fivestar widgets can be created and used.',
    'group' => 'Fivestar',
  );
}