You are here

protected property RulesConditionalTestStubContainer::$interceptMethods in Conditional Rules 7

Same name and namespace in other branches
  1. 8 tests/rules_conditional_test.inc \RulesConditionalTestStubContainer::interceptMethods

Magic methods to intercept.

Type: array

Overrides RulesConditionalContainer::$interceptMethods

File

tests/rules_conditional_test.inc, line 15
Testing implementations.

Class

RulesConditionalTestStubContainer
Test base conditional.

Code

protected $interceptMethods = array(
  'test',
);