You are here

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

File

modules/authcache_comment/authcache_comment.test, line 20
Test cases for the Authcache Comment module.

Class

AuthcacheCommentTest
Tests for markup substitution.

Code

public static function getInfo() {
  return array(
    'name' => 'Authcache Comment',
    'description' => 'Test markup substitution and fragment generation for Comments',
    'group' => 'Authcache Comment',
  );
}