You are here

function theme_authcache_p13n_assembly__authcache_p13n_test in Authenticated User Page Caching (Authcache) 7.2

Theme function for assembly tag.

5 string references to 'theme_authcache_p13n_assembly__authcache_p13n_test'
AuthcacheFieldTest::testNodeMarkupSubstitution in modules/authcache_field/authcache_field.test
Test that the field markup is substituted by a partial.
AuthcacheFlagTest::testNodeMarkupSubstitution in modules/authcache_flag/authcache_flag.test
Test that the flag markup is substituted by a partial.
AuthcacheFlagTest::testTaxonomyTermMarkupSubstitution in modules/authcache_flag/authcache_flag.test
Test that the flag markup is substituted by a partial for taxonomy terms.
AuthcacheFlagTest::testUserMarkupSubstitution in modules/authcache_flag/authcache_flag.test
Test that the flag markup is substituted by a partial.
AuthcacheP13nTestMarkup::testCustomClientMarkup in modules/authcache_p13n/tests/authcache_p13n.markup.test
Cover theme_authcache_p13n_X().

File

modules/authcache_p13n/tests/authcache_p13n_test.module, line 203
Stub module for authcache personalization tests.

Code

function theme_authcache_p13n_assembly__authcache_p13n_test($variables) {
  return HookStub::record(__FUNCTION__, func_get_args());
}