You are here

public static function WordLinkWebTestCase::getInfo in Word Link 7.2

Declare test.

File

tests/word_link.test, line 17
Tests for the Word Link module.

Class

WordLinkWebTestCase
Base class for Word Link web test cases.

Code

public static function getInfo() {
  return array(
    'name' => 'Word Link',
    'description' => 'Test word link functional.',
    'group' => 'Word Link',
  );
}