Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Extension / modules / module_handler_test / hook_include.inc
1 <?php
2
3 /**
4  * @file
5  * Include file for test module.
6  */
7
8 /**
9  * Test hook.
10  */
11 function module_handler_test_hook_include() {
12 }