summaryrefslogtreecommitdiff
path: root/sites/all/modules/views/tests/views_test.install
blob: b0ccd8b6c4a8024e8a159a036268139fd2cdcdaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @file
 * Install, update, and uninstall functions for the Views Test module.
 */

/**
 * Implements hook_schema().
 */
function views_test_schema() {
  return variable_get('views_test_schema', array());
}