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