Version 1
[yaffs-website] / web / core / modules / system / tests / modules / update_test_with_7x / update_test_with_7x.install
diff --git a/web/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install b/web/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install
new file mode 100644 (file)
index 0000000..fd5c65b
--- /dev/null
@@ -0,0 +1,25 @@
+<?php
+
+/**
+ * @file
+ * Install, update and uninstall functions for the update_test_with_7x module.
+ */
+
+/**
+ * Dummy update_test_with_7x update 7200.
+ */
+function update_test_with_7x_update_7200() {
+}
+
+/**
+ * Dummy update_test_with_7x update 7201.
+ */
+function update_test_with_7x_update_7201() {
+}
+
+/**
+ * Implements hook_update_last_removed().
+ */
+function update_test_with_7x_update_last_removed() {
+  return 7110;
+}