You are here

public static function testAfFormsTestCase::getInfo in Advanced Forum 7.2

File

tests/af.test, line 40
Unit tests for advanced_forum.module.

Class

testAfFormsTestCase
Class testAfFormsTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Advanced Forum Forms',
    'description' => 'Advanced Forum Forms WebTesting.',
    'group' => 'Advanced Forum',
  );
}