protected function RulesConditionalTestStubContainer::call_test in Conditional Rules 7
Same name and namespace in other branches
- 8 tests/rules_conditional_test.inc \RulesConditionalTestStubContainer::call_test()
Intercepts the 'test' method.
File
- tests/
rules_conditional_test.inc, line 38 - Testing implementations.
Class
- RulesConditionalTestStubContainer
- Test base conditional.
Code
protected function call_test() {
throw new Exception('intercept');
}