function system_test_exit

Implements hook_exit().

File

drupal/core/modules/system/tests/modules/system_test/system_test.module, line 241

Code

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