summaryrefslogtreecommitdiff
path: root/sites/all/modules/views/tests/views_test.install
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/modules/views/tests/views_test.install')
-rw-r--r--sites/all/modules/views/tests/views_test.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/sites/all/modules/views/tests/views_test.install b/sites/all/modules/views/tests/views_test.install
new file mode 100644
index 000000000..b0ccd8b6c
--- /dev/null
+++ b/sites/all/modules/views/tests/views_test.install
@@ -0,0 +1,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());
+}