You are here

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

File

modules/authcache_p13n/tests/authcache_p13n.markup.test, line 17
Define tests for markup substitution.

Class

AuthcacheP13nTestMarkup
Tests for markup substitution.

Code

public static function getInfo() {
  return array(
    'name' => 'Markup Substitution',
    'description' => 'Test hooks and functions for markup substitution',
    'group' => 'Authcache Personalization',
  );
}