You are here

function authcache_test_content_type in Authenticated User Page Caching (Authcache) 7.2

Content type.

3 string references to 'authcache_test_content_type'
AuthcachePolicyTestCase::testDefaultCancelationRules in ./authcache.test
Test builtin standard cache cancelation rules.
AuthcacheWebTestCase::resetTestVariables in ./authcache.test
Reset the variables used for communicating to authcache_test module.
authcache_test_menu in tests/authcache_test.module
Implements hook_menu().

File

tests/authcache_test.module, line 212
Mock module to aid in testing authcache.module.

Code

function authcache_test_content_type() {
  drupal_add_http_header('Content-Type', variable_get('authcache_test_content_type'));
  print 'mostly harmless';
  drupal_exit();
}