1 actions_loop_test.module actions_loop_test_log()

Write a message to the log.

File

core/modules/simpletest/tests/actions_loop_test.module, line 45

Code

function actions_loop_test_log() {
  $count = &backdrop_static(__FUNCTION__, 0);
  $count++;
  watchdog_skip_semaphore('actions_loop_test', "Test log #$count");
}