diff options
Diffstat (limited to 'modules/block/tests')
-rw-r--r-- | modules/block/tests/block_test.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/block/tests/block_test.module b/modules/block/tests/block_test.module index 46c1aa755..57b5ad37b 100644 --- a/modules/block/tests/block_test.module +++ b/modules/block/tests/block_test.module @@ -12,6 +12,7 @@ function block_test_block_info() { $blocks['test_cache'] = array( 'info' => t('Test block caching'), + 'cache' => variable_get('block_test_caching', DRUPAL_CACHE_PER_ROLE), ); $blocks['test_html_id'] = array( |