1 system_test.module system_test_boot()

Implements hook_boot().

File

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

Code

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