AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/modules/simpletest/tests/ |
| Current File : /var/www/clients/client1/web1/web/modules/simpletest/tests/module_test.file.inc |
<?php
/**
* @file
* A file to test module_implements() loading includes.
*/
/**
* Implements hook_test_hook().
*/
function module_test_test_hook() {
return array('module_test' => 'success!');
}