summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/module_test.file.inc
blob: 72210d7680b8a905376cae8e664657e5e214c0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
// $Id$

/**
 * @file
 * A file to test module_implements() loading includes.
 */

/**
 * Implements hook_test_hook().
 */
function module_test_test_hook() {
  return array('module_test' => 'success!');
}