You are here

function _authcache_p13n_object_factory_test_processor in Authenticated User Page Caching (Authcache) 7.2

Stub object factory processor function callback.

1 string reference to '_authcache_p13n_object_factory_test_processor'
AuthcacheP13nTestObjectFactoryCase::testFactoryResolve in modules/authcache_p13n/tests/authcache_p13n.object-factory.test
Covers AuthcacheP13nObjectFactory::resolveReferences().

File

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

Code

function _authcache_p13n_object_factory_test_processor() {
  return func_get_args();
}