summaryrefslogtreecommitdiffstatshomepage
path: root/modules/simpletest/tests/module_test.file.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/module_test.file.inc')
-rw-r--r--modules/simpletest/tests/module_test.file.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/simpletest/tests/module_test.file.inc b/modules/simpletest/tests/module_test.file.inc
deleted file mode 100644
index c0d3ec41e68..00000000000
--- a/modules/simpletest/tests/module_test.file.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-/**
- * @file
- * A file to test module_implements() loading includes.
- */
-
-/**
- * Implements hook_test_hook().
- */
-function module_test_test_hook() {
- return array('module_test' => 'success!');
-}