Implements hook_exit().

File

modules/simpletest/tests/system_test.module, line 335

Code

function system_test_exit() {
  watchdog('system_test', 'hook_exit');
}