You are here

function theme_authcache_p13n_fragment__authcache_p13n_test in Authenticated User Page Caching (Authcache) 7.2

Theme function for fragment tag.

6 string references to 'theme_authcache_p13n_fragment__authcache_p13n_test'
AuthcacheBlockTest::testMarkupSubstitution in modules/authcache_block/authcache_block.test
Ensure that markup is substituted for authcache enabled blocks.
AuthcacheP13nTestMarkup::testCustomClientMarkup in modules/authcache_p13n/tests/authcache_p13n.markup.test
Cover theme_authcache_p13n_X().
AuthcachePanelsPageManagerTest::testCustomPageManagerPageDefinedInCode in modules/authcache_panels_page_manager/authcache_panels_page_manager.test
Test custom page manager page defined in code.
AuthcachePanelsPageManagerTest::testCustomPageManagerPageDefinedInDatabase in modules/authcache_panels_page_manager/authcache_panels_page_manager.test
Test custom page manager page defined in database.
AuthcachePanelsPageManagerTest::testEmptyContentPane in modules/authcache_panels_page_manager/authcache_panels_page_manager.test
Test the behavior on empty content panes.

... See full list

File

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

Code

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