function system_test_exit

7.x system_test.module system_test_exit()

Implements hook_exit().

File

drupal-7.x/modules/simpletest/tests/system_test.module, line 240

Code

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