function system_test_exit

Implements hook_exit().

Archivo

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

Código

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