summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/boot_test_2.module
blob: c3ab8d61dd9b927ef88c0a6b6b6823a20d8a9be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @file
 * Defines a hook_help() implementation in a non-"bootstrap" module.
 */

/**
 * Implements hook_help().
 */
function boot_test_2_help($path, $arg) {
  // Empty hook.
}