function rules_test_custom_node_save

Extender for the node data type.

File

tests/rules_test.test.inc, line 11

Code

function rules_test_custom_node_save($object) {
    throw new RulesEvaluationException('Custom save method invoked.');
}