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
1 <?php
2
3 /**
4  * @file
5  * Install, update and uninstall functions for the hold_test module.
6  */
7
8 /**
9  * Implements hook_install().
10  */
11 function hold_test_install() {
12   hold_test_request(FALSE);
13   hold_test_response(FALSE);
14 }