You are here

public static function FeedbackSimpleTestCase::getInfo in Feedback Simple 7

File

./feedback_simple.test, line 11
Test file.

Class

FeedbackSimpleTestCase
Functional tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Feedback Simple',
    'description' => 'Tests if the Feedback Simple tab is enabled.',
    'group' => 'Feedback Simple',
  );
}