You are here

function authcache_ajax_test_page in Authenticated User Page Caching (Authcache) 7.2

Menu callback: Build a page.

1 string reference to 'authcache_ajax_test_page'
authcache_ajax_test_menu in modules/authcache_ajax/tests/authcache_ajax_test.module
Implements hook_menu().

File

modules/authcache_ajax/tests/authcache_ajax_test.module, line 29
Stub module for Authcache Ajax tests.

Code

function authcache_ajax_test_page() {
  return HookStub::record(__FUNCTION__, func_get_args());
}