You are here

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

Return information about the test class.

File

modules/authcache_ajax/tests/authcache_ajax.test, line 17
Tests for Ajax markup generator

Class

AuthcacheAjaxTestCase
Test authcache ajax

Code

public static function getInfo() {
  return array(
    'name' => 'Authcache Ajax',
    'description' => 'Test Ajax markup generator',
    'group' => 'Authcache Ajax',
  );
}