You are here

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

File

modules/authcache_views/authcache_views.test, line 19
Test cases for the Authcache Views module.

Class

AuthcacheViewsTest
Tests for markup substitution.

Code

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