summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/update_test_2.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/update_test_2.install')
-rw-r--r--modules/simpletest/tests/update_test_2.install35
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/simpletest/tests/update_test_2.install b/modules/simpletest/tests/update_test_2.install
new file mode 100644
index 000000000..e2b4fb25f
--- /dev/null
+++ b/modules/simpletest/tests/update_test_2.install
@@ -0,0 +1,35 @@
+<?php
+// $Id$
+
+/**
+ * @file
+ * Install, update and uninstall functions for the update_test_2 module.
+ */
+
+/**
+ * Implements hook_update_dependencies().
+ */
+function update_test_2_update_dependencies() {
+ $dependencies['update_test_2'][7001] = array(
+ 'update_test_3' => 7000,
+ );
+ return $dependencies;
+}
+
+/**
+ * Dummy update_test_2 update 7000.
+ */
+function update_test_2_update_7000() {
+}
+
+/**
+ * Dummy update_test_2 update 7001.
+ */
+function update_test_2_update_7001() {
+}
+
+/**
+ * Dummy update_test_2 update 7002.
+ */
+function update_test_2_update_7002() {
+}