Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / hold_test / hold_test.install
diff --git a/web/core/modules/system/tests/modules/hold_test/hold_test.install b/web/core/modules/system/tests/modules/hold_test/hold_test.install
new file mode 100644 (file)
index 0000000..183463d
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @file
+ * Install, update and uninstall functions for the hold_test module.
+ */
+
+/**
+ * Implements hook_install().
+ */
+function hold_test_install() {
+  hold_test_request(FALSE);
+  hold_test_response(FALSE);
+}