You are here

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

File

modules/authcache_p13n/tests/authcache_p13n.object-factory.test, line 56
Define test cases for object factory.

Class

AuthcacheP13nTestObjectFactoryCase
Tests for object factory.

Code

public static function getInfo() {
  return array(
    'name' => 'Object Factory',
    'description' => 'Unit tests for object factory.',
    'group' => 'Authcache Personalization',
  );
}