Version 1
[yaffs-website] / web / core / modules / system / tests / modules / module_test / module_test.file.inc
diff --git a/web/core/modules/system/tests/modules/module_test/module_test.file.inc b/web/core/modules/system/tests/modules/module_test/module_test.file.inc
new file mode 100644 (file)
index 0000000..b40e0f3
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * A file to test \Drupal::moduleHandler()->getImplementations() loading includes.
+ */
+
+/**
+ * Implements hook_test_hook().
+ */
+function module_test_test_hook() {
+  return ['module_test' => 'success!'];
+}