popsu-d7/modules/simpletest/tests/boot_test_2.module
Bachir Soussi Chiadmi 1a06561593 core security update
2016-10-13 12:11:14 +02:00

14 lines
189 B
Plaintext

<?php
/**
* @file
* Defines a hook_help() implementation in a non-"bootstrap" module.
*/
/**
* Implements hook_help().
*/
function boot_test_2_help($path, $arg) {
// Empty hook.
}