You are here

function rules_test_action in Rules 7.2

Test action doing nothing exception logging it has been called.

1 string reference to 'rules_test_action'
RulesTestCase::createTestRule in tests/rules.test
Helper function to create a test Rule.

File

tests/rules_test.rules.inc, line 236
Includes any rules integration provided by the module.

Code

function rules_test_action() {
  rules_log('action called');
}