You are here

function theme_authcache_p13n_setting__authcache_p13n_test in Authenticated User Page Caching (Authcache) 7.2

Theme function for setting tag.

10 string references to 'theme_authcache_p13n_setting__authcache_p13n_test'
AuthcacheCommentTest::testNoMarkupSubstitutionForGuestUser in modules/authcache_comment/authcache_comment.test
Ensure that markup is substituted for authcache enabled comments.
AuthcacheCommentTest::testNumberOfNewComments in modules/authcache_comment/authcache_comment.test
Test that the number of new comments is replaced by a placeholder.
AuthcacheCommentTest::testUserSettingInCommentForm in modules/authcache_comment/authcache_comment.test
Ensure that user setting is embedded for authenticated users.
AuthcacheForumTest::testForumList in modules/authcache_forum/authcache_forum.test
Markup substitution forum overview page.
AuthcacheForumTest::testForumTopicList in modules/authcache_forum/authcache_forum.test
Markup substitution on forum topic list.

... See full list

File

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

Code

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