updated drupal core to 7.43
This commit is contained in:
13
modules/simpletest/tests/boot_test_2.module
Normal file
13
modules/simpletest/tests/boot_test_2.module
Normal file
@@ -0,0 +1,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.
|
||||
}
|
||||
Reference in New Issue
Block a user