You are here

function cache_actions_test_install in Cache Actions 7

Same name and namespace in other branches
  1. 6.2 cache_actions_test/cache_actions_test.install \cache_actions_test_install()

@file This is the install file for the test module. It adds a cache table that it uses for testing.

File

cache_actions_test/cache_actions_test.install, line 9
This is the install file for the test module. It adds a cache table that it uses for testing.

Code

function cache_actions_test_install() {
  drupal_install_schema('cache_actions_test');
}