Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / module_test / module_test.file.inc
1 <?php
2
3 /**
4  * @file
5  * A file to test \Drupal::moduleHandler()->getImplementations() loading includes.
6  */
7
8 /**
9  * Implements hook_test_hook().
10  */
11 function module_test_test_hook() {
12   return ['module_test' => 'success!'];
13 }