You are here

public static function AuthcacheFormTestHelpers::getInfo in Authenticated User Page Caching (Authcache) 7.2

Return information about the test class.

File

modules/authcache_form/tests/authcache_form.test, line 16
Test classes for Authcache Form module.

Class

AuthcacheFormTestHelpers
Test helper functions

Code

public static function getInfo() {
  return array(
    'name' => 'Form helpers',
    'description' => 'Helper functions for form handling',
    'group' => 'Authcache Form',
  );
}