1 system_test.module | system_test_exit() |
Implements hook_exit().
File
- core/
modules/ simpletest/ tests/ system_test.module, line 337 - Test module for system functions.
Code
function system_test_exit() {
watchdog('system_test', 'hook_exit');
}