summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/module_test.implementations.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/module_test.implementations.inc')
-rw-r--r--modules/simpletest/tests/module_test.implementations.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/simpletest/tests/module_test.implementations.inc b/modules/simpletest/tests/module_test.implementations.inc
new file mode 100644
index 000000000..63c866ea1
--- /dev/null
+++ b/modules/simpletest/tests/module_test.implementations.inc
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * Implements hook_altered_test_hook()
+ *
+ * @see module_test_module_implements_alter()
+ */
+function module_test_altered_test_hook() {
+ return __FUNCTION__;
+}