You are here

protected property RulesUnitTestBase::$falseConditionExpression in Rules 8.3

A mocked condition that always evaluates to FALSE.

Type: \Drupal\rules\Engine\ConditionExpressionInterface|\Prophecy\Prophecy\ProphecyInterface

File

tests/src/Unit/RulesUnitTestBase.php, line 30

Class

RulesUnitTestBase
Helper class with mock objects.

Namespace

Drupal\Tests\rules\Unit

Code

protected $falseConditionExpression;