You are here

rules_test_invocation.module in Rules 7.2

Helper module for Rules invocation testing.

File

tests/rules_test_invocation.module
View source
<?php

/**
 * @file
 * Helper module for Rules invocation testing.
 */

/**
 * Implements hook_node_load().
 */
function rules_test_invocation_node_load($nodes, $types) {
  rules_invoke_event('rules_test_event');
}

Functions