summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/update_test_1.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/update_test_1.install')
-rw-r--r--modules/simpletest/tests/update_test_1.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/simpletest/tests/update_test_1.install b/modules/simpletest/tests/update_test_1.install
new file mode 100644
index 000000000..96e8787b3
--- /dev/null
+++ b/modules/simpletest/tests/update_test_1.install
@@ -0,0 +1,25 @@
+<?php
+// $Id$
+
+/**
+ * @file
+ * Install, update and uninstall functions for the update_test_1 module.
+ */
+
+/**
+ * Dummy update_test_1 update 7000.
+ */
+function update_test_1_update_7000() {
+}
+
+/**
+ * Dummy update_test_1 update 7001.
+ */
+function update_test_1_update_7001() {
+}
+
+/**
+ * Dummy update_test_1 update 7002.
+ */
+function update_test_1_update_7002() {
+}