bachy 95098773d5 first import
Signed-off-by: bachy <git@g-u-i.net>
2012-10-05 13:50:00 +02:00

14 lines
203 B
PHP

<?php
/**
* @file
* A file to test module_implements() loading includes.
*/
/**
* Implements hook_test_hook().
*/
function module_test_test_hook() {
return array('module_test' => 'success!');
}