function system_test_boot

Implements hook_boot().

File

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

Code

function system_test_boot() {
  watchdog('system_test', 'hook_boot');
}