You are here

protected property RulesUnitTestBase::$trueConditionExpression in Rules 8.3

A mocked condition that always evaluates to TRUE.

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

File

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

Class

RulesUnitTestBase
Helper class with mock objects.

Namespace

Drupal\Tests\rules\Unit

Code

protected $trueConditionExpression;