1 system_test.module system_test_exit()

Implements hook_exit().

File

core/modules/simpletest/tests/system_test.module, line 324
Test module for system functions.

Code

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