function system_test_exit in Drupal 7
Implements hook_exit().
File
- modules/
simpletest/ tests/ system_test.module, line 290
Code
function system_test_exit() {
watchdog('system_test', 'hook_exit');
}
Implements hook_exit().
function system_test_exit() {
watchdog('system_test', 'hook_exit');
}