function system_test_boot

7.x system_test.module system_test_boot()

Implements hook_boot().

File

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

Code

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